Variables
Most programming languages have support for variables. But sadly, CSS has lacked support for native variables from the very beginning. You write CSS? Then no variables for you. Well, except if you were using a preprocessor like Sass. Preprocessors like Sass sell the use of variables as a big add-on. A reason to try them. And you know what? It’s a pretty darn good reason. Well the web is moving fast. And I’m glad to report that CSS now finally supports variables. While preprocessors support a lot more features, the addition of CSS variables is a good one. This moves the web even closer to the future. Read more...