Skip to content

quantumjs/css-variables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

css-variables

Contains constants used by other css frameworks, eg bootstraps breakpoints.

usage

npm install --save-dev css-variables

You can then import inside your postcss files and in future inside css with media queries 4

@import "css-variables/breakpoints/generic.pcss";

@media (max-width: var(--sm)) {
}

About

Does the boring jobs, so you can focus on family. Contains constants used by other css frameworks, eg bootstraps breakpoints.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published