An opinionated Tailwind preset focused on flexibility.
First, install it in your project
npm i @selfaware/tailwind-base
Next, update your tailwind config
module.exports = {
presets: [
require('@selfaware/tailwind-base')
],
// ...
}
For convenience during development, we are using a REPL called scratch. Run it with the command below:
npm run dev