mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04: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)
7 lines
134 B
Plaintext
7 lines
134 B
Plaintext
.container-no-parent-selector {
|
|
.mixin-no-parent-selector();
|
|
}
|
|
.container-with-parent-selector {
|
|
.mixin-with-parent-selector()
|
|
}
|