0

Reusing values in CSS (particularly colors) has always been a problem for me when it comes to maintaining that CSS. What are the best tools for creating variables, or generally improving maintainability with CSS?

Nhan
  • 3,595
  • 6
  • 30
  • 38

3 Answers3

3

See the answers to the following questions

Community
  • 1
  • 1
Sam Hasler
  • 12,344
  • 10
  • 72
  • 106
1

I have used Sass and think it's great.

TownCube
  • 1,280
  • 1
  • 13
  • 32
airportyh
  • 21,948
  • 13
  • 58
  • 72
0

I haven't had the chance to use it on a project yet, but if you happen to be using PHP for your backend, Turbine looks promising.

Michael Mior
  • 28,107
  • 9
  • 89
  • 113