UNPKG

css-atoms

Version:

A legal way of doing inline css

5 lines 179 B
for $class-name, $text-decoration-value in $text-decoration-list { .text-decoration{$text-decoration-separator}{$class-name} { text-decoration: $text-decoration-value; } }