mirror of
https://github.com/less/less.js.git
synced 2026-01-22 21:58:14 -05:00
- refactored how import reference works - refactored to-css-visitor (this is side product, it was getting complicated) - fixes issues #1851, #1896, #1878, #2716, #1968, #2162 (same as #1896)
22 lines
299 B
CSS
22 lines
299 B
CSS
.test-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;
|
|
}
|