Hacker News new | past | comments | ask | show | jobs | submit login

Those are the files I'm referring to - if you look in navbar.less for example, you'll see lots of

  color: @white;
in the various navbar rules. It would be great if there was a single variable:

  @navbarTextColor: @white;
and then all the rules could include:

  color: @navbarTextColor;
which is essentially what I've ended up doing.



Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: