UNPKG

tilde-sass

Version:

A SASS compiler with tilde (~) support for resolving node_modules path and supports new sass' syntax.

22 lines (20 loc) 269 B
.c, .a, .e { color: red; font-family: "Arial"; opacity: 0.5; } .b { color: blue; } .c, .d, .e, .f { background: white; } @media (min-width: 1200px) { .d, .f { color: red; font-family: "Arial"; opacity: 0.5; } } @media (min-width: 1200px) { }