CSS Variables
Define repeated styles without the use of a preprocessor
The latest specification for CSS introduced a number of new features that are starting to allow us to ditch preprocessors like SASS and others, and go back to pure CSS.
Variables are one such feature. allowing you to create variables just like you would in SASS.