mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
chore(frontend): migrate to tailwindcss v3
This commit is contained in:
parent
d0522df5ee
commit
325e26e0c1
15 changed files with 28 additions and 361 deletions
|
|
@ -56,7 +56,6 @@ services:
|
|||
- ./frontend/tailwind.config.js:/app/frontend/tailwind.config.js:ro
|
||||
- ./frontend/src:/app/frontend/src:ro
|
||||
- ./frontend/public:/app/frontend/public:ro
|
||||
- tailwind-output:/app/frontend/src/tailwind/
|
||||
# Workaround for https://github.com/facebook/create-react-app/issues/8688
|
||||
stdin_open: true
|
||||
ports:
|
||||
|
|
@ -87,9 +86,6 @@ services:
|
|||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock # So that Traefik can listen to the Docker events
|
||||
|
||||
volumes:
|
||||
tailwind-output: {}
|
||||
|
||||
networks:
|
||||
db: {}
|
||||
web: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue