Skip to content

segundofdez/css-vars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

css-vars

Collection of useful css variables

Usage

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;
}

Launch the demo

$ npm install
$ npm run-script serve

About

Collection of useful css variables

Resources

Stars

Watchers

Forks

Packages

No packages published