Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 332 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 332 Bytes

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)) {
}