Tailwind css javascript plugins
description
Install
yarn add --dev tailwindcss-js-plugins
npm install --save-dev tailwindcss-js-plugins
usage example
const tailwindConfig = colors: colors ... screens: 'sm': '576px' 'md': '768px' 'lg': '992px' 'xl': '1200px' ... ; // add this before end of the file and adjust the module exports so you can pass your// custom configuration to the plugins const spacedItems buttons card form cssGrid } = ; tailwindConfigplugins;tailwindConfigplugins;tailwindConfigplugins;tailwindConfigplugins; tailwindConfigplugins; moduleexports = tailwindConfig;
todo
- Add example with html
- Aad vscodeonline online links
- Demos
- more forms classes
- refactoring
- auto publishing npm
- add more tests
- add more components
Contributing
Anyone is welcome to contribute, however, if you decide to get involved, please take a moment to review the guidelines:
- Only one feature or change per pull request
- Write meaningful commit messages
- Follow the existing coding standards
License
The code is available under the MIT license.