1.0.0 • Published 5 years ago

@growcss/elaborate v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

GrowCss Elaborate

A lightweight toolset for writing styles in JavaScript.

npm install @growcss/elaborate

or if you're using yarn

yarn add @growcss/elaborate

Want to write styles in JavaScript, but also want Sass-style helper functions and mixins or consistent color palette throughout your app? elaborate is for you!

Usage

elaborate modules are meant to be used as stand-alone imports. You should avoid importing the entire library directly:

import { rem, em } from '@growcss/elaborate';

When elaborate modules are imported properly, tree shaking in webpack and Rollup can be leveraged to reduce your bundle size.