Skip to content

Commit

Permalink
sass 2 less
Browse files Browse the repository at this point in the history
  • Loading branch information
ksky521 committed Jan 16, 2020
1 parent 9340974 commit b27b179
Show file tree
Hide file tree
Showing 92 changed files with 3,333 additions and 3,330 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
]
}
},
"version": "2.1.7"
"version": "2.1.8"
}
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "nodeppt",
"private": true,
"workspaces": [
"packages/*"
],
"devDependencies": {
"lerna": "^3.10.6"
"lerna": "^3.20.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -158,15 +158,15 @@ figure.alignleft {
margin: 0.8rem 2.4rem 0.8rem 0;
}

$sizes: 80, 70, 60, 50, 40, 30, 20;
@sizes: 80, 70, 60, 50, 40, 30, 20;

/*=== div.size-60, img.size-50, h1.size-40, p.size-30... === */
@media (min-width: 1024px) {
@each $size in $sizes {
.size-#{$size} {
width: $size * 1%;
each(@sizes, {
.size-@{value} {
width: @value * 1%;
}
}
});
}

pre,
Expand Down
Loading

0 comments on commit b27b179

Please sign in to comment.