Skip to content

barrel/svbstrate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svbstrate

A simple, scalable CSS base layer.

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.

Getting Started

Svbstrate is hosted on NPM, so simply install the package to your project and copy the files to your stylesheet directory.

  1. Install from NPM.
npm i svbstrate --save
  1. 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.

  1. Install globally.
npm i svbstrate -g
  1. Init a new project, replacing <path> with the path to your desired stylesheets directory.
svbstrate init <path>

Contributing

Issues and Pull Requests are welcome. See CONTRIBUTING.md for more info.


Looking 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

About

A simple, scalable CSS base layer.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 89.3%
  • JavaScript 10.7%