DEBSOURCES
Skip Quicknav
sources / less.js / 3.13.0%2Bdfsg-11 / packages / test-data / less / namespacing / imports / a-better-bootstrap.less
12345678910111213
#theme() { .light() {} //... .dark() { // ... .navbar() { .colors() { primary: blue; secondary: lightblue; } } // ... } }