2.0.1 • Published 5 years ago

@metamodern/design-system v2.0.1

Weekly downloads
19
License
ISC
Repository
github
Last release
5 years ago

@metamodern/design-system Build Status npm (scoped) npm bundle size (scoped)

An approach to layout, typography & color with Tailwind CSS

Usage with PostCSS

// postcss.config.js

const designSystem = require('@metamodern/design-system');
const tailwindcss = require('tailwindcss');

// set any configuration options (see documentation)
const configOptions = {};

module.exports = {
  plugins: [
    // syntax-parsing plugins (postcss-import) go before
    tailwindcss(designSystem(configOptions)),
    // postprocessing plugins (autoprefixer) go after
  ],
};

Documentation

See our website at http://system.metamodern.design.

2.0.1

5 years ago

2.0.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.1

6 years ago

0.2.2

6 years ago

0.2.0

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago