postcss-removecss-raikou
TypeScript icon, indicating that this package has built-in type declarations

0.0.1-alpha.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i postcss-removecss-raikou

Weekly Downloads

0

Version

0.0.1-alpha.2

License

MIT

Unpacked Size

19.8 kB

Total Files

13

Last publish

Collaborators

  • paulm17