UNPKG
css-atoms
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.0
A legal way of doing inline css
github.com/kersh/css-atoms
kersh/css-atoms
css-atoms
/
src
/
stylus
/
text-decoration.atom.styl
5 lines
•
179 B
text/stylus
View Raw
1
2
3
4
5
for
$class
-name,
$text
-decoration-value
in
$text
-decoration-list { .text-decoration{
$text
-decoration-separator}{
$class
-name} { text-decoration:
$text
-decoration-value; } }