a-better-bootstrap.less 174 B

12345678910111213
  1. #theme() {
  2. .light() {} //...
  3. .dark() {
  4. // ...
  5. .navbar() {
  6. .colors() {
  7. primary: blue;
  8. secondary: lightblue;
  9. }
  10. }
  11. // ...
  12. }
  13. }