Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use tailwind #3279

Closed
wants to merge 3 commits into from
Closed

Use tailwind #3279

wants to merge 3 commits into from

Conversation

lukashass
Copy link
Member

@lukashass lukashass commented Jan 25, 2024

Closes #2194

TODO

  • UI fixes
  • rewrite dev docs
  • hover-effect alias

@6543 6543 added ui frontend related refactor delete or replace old code labels Jan 25, 2024
web/tailwind.config.js Outdated Show resolved Hide resolved
"prettier": "^3.2.4",
"replace-in-file": "^7.1.0",
"tailwindcss": "^3.4.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tailwindcss should be moved to dependencies

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

postcss and autoprefixer too, assuming you keep build dependencies in dependencies.

'4': '4px',
'6': '6px',
'8': '8px',
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this needed?

@pat-s
Copy link
Contributor

pat-s commented Dec 31, 2024

superseeded by #4614

@pat-s pat-s closed this Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor delete or replace old code ui frontend related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate to TailwindCSS
6 participants