adriatic / redwood-fixie

0 stars 0 forks source link

What happens when running "yarn rw setup ui tailwind" #1

Open adriatic opened 11 months ago

adriatic commented 11 months ago
nik$ yarn rw setup ui tailwind
✔ Installing project-wide packages...
  ✔ Install prettier-plugin-tailwindcss@0.4.1
✔ Installing web side packages...
  ✔ Install postcss, postcss-loader, tailwindcss, autoprefixer
✔ Configuring PostCSS...
✔ Initializing Tailwind CSS...
✔ Adding directives to index.css...
↓ Updating tailwind 'scaffold.css'...
✔ Adding recommended VS Code extensions to project settings...
✔ Adding tailwind config entry in prettier...
✔ Adding tailwind prettier plugin...
adriatic commented 11 months ago

Redwood documentation explains Tailwindcss integration in Sass and Tailwind CSS. All the developer needs to do is to run the command

yarn rw setup ui tailwind

(note that the online documentation states yarn rw setup ui tailwindcss which is incorrect - the above command is right)