A low-level CSS library written in SCSS, inspired by BASSCSS and Tachyons. Many thanks to Brent and Adam. Please check out the docs site (WIP) for an overview of what's here.
Svbstrate is hosted on NPM, so simply install the package to your project and copy the files to your stylesheet directory.
- Install from NPM.
npm i svbstrate --save
- Copy files from
node_modules/svbsrate/src
into your stylesheet directory.
Alternatively, you can install svbstrate as a global module, and make use of its CLI tool.
- Install globally.
npm i svbstrate -g
- Init a new project, replacing
<path>
with the path to your desired stylesheets directory.
svbstrate init <path>
Issues and Pull Requests are welcome. See CONTRIBUTING.md for more info.
Basic documentation is here, and go read everything that @jxnblk and @mrmrs_ have written about this kind of thing.
Questions, comments, suggestions? Open and issue or pull request, or reach me on Twitter at @estrattonbailey.
MIT License