@stackhackerio/classless is a kind of so-called Classless CSS, based on Tailwindcss, using @tailswindcss/forms and @tailswindcss/typography.
Install the plugin from npm:
$ npm install @tailwindcss/typography @tailwindcss/forms tailwindcss-classless
Then add the plugin to your tailwind.config.js
file:
// tailwind.config.js
module.exports = {
plugins: [
// ...
require('@tailwindcss/typography'),
require('@tailwindcss/forms'),
require('tailwindcss-classless'),
// ...
],
}
We use Vite for local development.
npm install
npm run dev
@stackhackerio/classless is licensed under the MIT License.
Created with create-tailwind-plugin.