1.3.2 ā¢ Published 2 years ago
sproutcss v1.3.2
SproutCSS š±
Sprout is a collection of CSS component blueprints.
View the components here.
Check out the source code on Github.
š Find a bug? Feel free to report it.
Get Started
- Install the SproutCSS module
npm install --save-dev sproutcss
Import the stylesheet
@import "./node_modules/sproutcss/sprout.css";
- Copy and paste components as needed.
- When you're ready, generate a custom stylesheet.
- Enjoy!
Change Log
View the full changelog here
1.3.0
What's Changed
- No more unused styling š„³. Sprout now generates a custom css file.
- Therefore, this package is no longer needed in production. Install as a dev dependency.
- If a component color is not specified, Sprout will now default to the primary color.
What's New
- Set your projects primary color from the command line.
- More customization options. Colors, hover styles, and border widths.
- New color options. Choose from primary, black, grey, red, orange, yellow, green, blue, purple, and pink.
- Badges