2.0.1 • Published 4 years ago

@metamodern/design-system v2.0.1

Weekly downloads
19
License
ISC
Repository
github
Last release
4 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

4 years ago

2.0.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.1

4 years ago

0.2.2

4 years ago

0.2.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

5 years ago