0.0.5 • Published 10 months ago

siit-tailwind v0.0.5

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

HOW TO USE

NPM LINK

The following will create a link between this library and the project so that you don't have to build and publish everytime you update it.

  1. run npm link inside siit-tailwind
  2. run npm run watch inside siit-tailwind
  3. run npm run link_tailwind inside the main project (siit-frontend, siit-portal)
  4. you will need to restart your project after each library modification

Debug

- Inside project (siit-frontend, siit-poral)

  1. npm run unlink_tailwind
  2. delete nodes_modules/.cache
  3. npm i --legacy-peer-deps
  4. npm run link_tailwind