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
/
another-isolated-style.styl
13 lines
(10 loc)
•
198 B
text/stylus
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
rem(
val
) $u = unit(
val
)
return
unit(
val
/
12
,
'rem'
) .wrapper display flex justify-content left width: rem(
666
) color: $prependedVariable .some-camelcase-property color: magenta