Welcome to Sprout
Sprout is an open source collection of component blueprints.
Develop with the entire SproutCSS stylesheet and when you're ready for Production, generate a custom stylesheet that only includes what you need.
Getting Started
- Install the SproutCSS module as a development dependency
npm install --save-dev sproutcss
- Import the stylesheet
index.css
@import "./node_modules/sproutcss/sprout.css";
Import Path
./node_modules should be replaced with the path to node_modules
- Copy and paste components as needed.
- When you're ready, generate a custom stylesheet.