@quangdao/scissors
v1.0.0
Published
Opinionated Utilities for SCSS
Downloads
5
Readme
SCiSSors
An opinionated set of tools for SCSS. Part of the @quangdao/brandkit.
Usage
I still gotta figure this out, but you can import stuff using:
@import '@quangdao/scissors/scss/breakpoints';
Or add an alias:
// wherever.config.js
{
alias: {
'@scissors': './node_modules/@quangdao/scissors/scss'
}
}
// main.scss
@import '@scssors/breakpoints';
Guidelines
Review the branding guidelines in the Brand Kit.