stackhackerio / classless

@stackhackerio/classless is a kind of so-called Classless CSS, based on Tailwindcss, using @tailswindcss/forms and @tailswindcss/typography.

Home Page:https://github.com/stackhackerio/classless

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@stackhackerio/classless

@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'),
    // ...
  ],
}

Demo

https://quicko.vercel.app/

Development

We use Vite for local development.

npm install
npm run dev

License

@stackhackerio/classless is licensed under the MIT License.

Credits

Created with create-tailwind-plugin.

About

@stackhackerio/classless is a kind of so-called Classless CSS, based on Tailwindcss, using @tailswindcss/forms and @tailswindcss/typography.

https://github.com/stackhackerio/classless

License:MIT License


Languages

Language:JavaScript 52.6%Language:HTML 47.4%