Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@growcss/elaborate

growcss10MITdeprecated1.0.0TypeScript support: included

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

A lightweight toolset for writing styles in Javascript.

behavior, breakpoint, css-in-js, em, emotion, glamor, growcss, inline-styles, media-queries, media-query, react, rem, sass, styled-components, typescript, utils

readme

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.

changelog

Change Log - @growcss/elaborate

This log was last generated on Thu, 14 Mar 2019 10:41:55 GMT and should not be manually modified.

1.0.0

Thu, 14 Mar 2019 10:41:55 GMT

Breaking changes

  • refactor(elaborate): changed default export to name export and cs fixes

Patches

  • refactor(elaborate): changed dependencies and devDependencies