1.3.2 ā€¢ Published 1 year ago

sproutcss v1.3.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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
1.3.2

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago