Add styleguide based on current design #57

Merged
jleibl merged 8 commits from styleguide into main 2025-03-12 19:08:47 +00:00
Showing only changes of commit e0afebb397 - Show all commits

style: update Tailwind CSS import in styles.css
Some checks failed
CI / prettier (pull_request) Successful in 19s
CI / Checkstyle Main (pull_request) Successful in 27s
CI / eslint (pull_request) Successful in 37s
CI / test-build (pull_request) Failing after 42s

Jan K9f 2025-03-12 14:38:08 +01:00
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -1,7 +1,4 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@import 'tailwindcss';
/* Color theme moved to tailwind.config.js */
body {