This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@growcss/elaborate
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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.

Package Sidebar

Install

npm i @growcss/elaborate

Homepage

growcss.com

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

195 kB

Total Files

11

Last publish

Collaborators

  • prisis