Collection of useful css variables
Import the css using a preprocessor like stylecow or postcss with support for w3c variable syntax.
@import "css-vars/src/icons.css";
.close-button::before {
content: var(--ico-close);
display: inline-block;
}
$ npm install
$ npm run-script serve