0.0.1-alpha.2 • Published 10 months ago

postcss-removecss-raikou v0.0.1-alpha.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

postcss-preset-mantine

Documentation

Installation

yarn add --dev postcss postcss-preset-mantine postcss-simple-vars

Usage

Add postcss-preset-mantine to your postcss.config.js config:

module.exports = {
  plugins: {
    'postcss-preset-mantine': {},
    'postcss-simple-vars': {
      variables: {
        'raikou-breakpoint-xs': '36em',
        'raikou-breakpoint-sm': '48em',
        'raikou-breakpoint-md': '62em',
        'raikou-breakpoint-lg': '75em',
        'raikou-breakpoint-xl': '88em',
      },
    },
  },
};

License

MIT License

0.0.1-alpha.2

10 months ago

0.0.1-alpha.1

10 months ago