It would be nice to be able to use a Sass-style syntax for Thymesheet.
E.g. instead of:
a b { .. }
a b c { ... }
a b c d { ... }
a b c e { ... }
Allow:
a b {
c {
d { ... }
e { ... }
}
}
This would reduce the amount of selector duplication in Thymesheet files.
It would be nice to be able to use a Sass-style syntax for Thymesheet.
E.g. instead of:
Allow:
This would reduce the amount of selector duplication in Thymesheet files.