Skip to content

Latest commit

 

History

History

standards

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Zeste de Savoir graphical standards

This npm package contains SASS variables and mixins reflecting the graphical standards of the Zeste de Savoir project. This is intended to be used for related projects, as the package is very specific to Zeste de Savoir styles.

After installing the package, you can import the variables and mixins into your SASS or SCSS stylesheet. Either import everything…

@import "zestedesavoir-standards"

…or only the parts you need.

@import "~zestedesavoir-standards/sass/colors"
@import "~zestedesavoir-standards/sass/typography"
@import "~zestedesavoir-standards/sass/lengths"
@import "~zestedesavoir-standards/sass/shadows"
@import "~zestedesavoir-standards/sass/radius"

You can find demos and documentation (in French) here.