123456789101112131415161718192021222324 |
- .test-rule-c {
- background-color: green;
- }
- .theOnlySelector {
- shall-have: one selector;
- }
- show-all-content {
- /*
- tralala
- */
- }
- show-all-content .fix {
- fix: fix;
- }
- show-all-content .something {
- inside: something;
- }
- #used-namespaced-mixin {
- was: included;
- shall-see: another property above;
- }
- call-mixin-with-import-by-reference-inside {
- the-only-property: nothing-below-this;
- }
|