nxpm / stack

šŸ„­ nxpm-stack lets you generate a complete and opinionated full-stack application in a Nx Workspace, ready to extend and deploy!

Home Page:https://npm.im/@nxpm/stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tailwind shoud be the default style

beeman opened this issue Ā· comments

Expected Behavior

Tailwind is the default style.

Current Behavior

Bootstrap is the default style.

Possible Solution

Search for bootstrap and tailwind and make sure to switch any place where bootstrap takes precedence.

Requirements

  • dark mode should be configured using 'class'
  • <body class="dark"> should be set in index.html
  • the @tailwindcss/forms plugin should be installed.
  • use 'css' instead of 'scss'

Will you keep scss as default with Tailwind?

Will you keep scss as default with Tailwind?

I think it's better to use css. Should make compilation a bit faster as it's processed once.

Actually I already tried to change this to work around an issue I had with tailwind's dark mode (which was unrelated, fixed right now), but I reverted the change.

I added it to the requirements.