UNPKG
node-stylus-css-modules-require
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
Allows require to import css-module objects(tokens) from stylus files.
node-stylus-css-modules-require
/
tests
/
isolate-style.styl
10 lines
(8 loc)
•
150 B
text/stylus
View Raw
1
2
3
4
5
6
7
8
9
10
rem(
val
) $u = unit(
val
)
return
unit(
val
/
12
,
'rem'
) .app display: flex justify-content: center width: rem(
25
) color: $prependedVariable