chore(frontend): migrate to tailwindcss v3

This commit is contained in:
Julian Tölle 2022-06-25 14:23:39 +02:00
parent d0522df5ee
commit 325e26e0c1
15 changed files with 28 additions and 361 deletions

View file

@ -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: {}