2.1.5 • Published 7 months ago

@aautcq/tailwind-config v2.1.5

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

@aautcq/tailwind-config

Tailwind config.

Install

With NPM

npm i @aautcq/tailwind-config

PostCSS config

Create a postcss.config.js file at the root of the project, containing the following

module.exports = require('@aautcq/tailwind-config/postcss.config');

Tailwind config

Then, in your local tailwind.config.js file, add the following

module.exports = {
  presets: [
    require('@aautcq/tailwind-config')
  ],
  ... // override the config if needed
};

Further Reading / Useful Links

2.1.2

7 months ago

2.1.4

7 months ago

2.1.3

7 months ago

2.1.5

7 months ago

2.1.0

7 months ago

1.0.4

2 years ago

1.0.3

2 years ago