Skip to content

SproutCSS/sproutcss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Install the SproutCSS module
  npm install --save-dev sproutcss
  1. Import the stylesheet
@import "./node_modules/sproutcss/sprout.css";
  1. Copy and paste components as needed.
  2. When you're ready, generate a custom stylesheet.
  3. 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