Skip to content

Commit

Permalink
chore: removed docker references
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav committed Mar 27, 2023
1 parent 63bd9ed commit e5b1404
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
11 changes: 0 additions & 11 deletions Dockerfile

This file was deleted.

6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -532,12 +532,6 @@ npx tailwindcss -i styles.css -o src/unfold/static/unfold/css/styles.css --watch

npm run watch
```
Or with Docker

```bash
docker build -t tailwind ./ && \
docker run --rm -it --init -v $(pwd):/app tailwind
```

Some components like datepickers, calendars or selectors in admin was not possible to style by overriding html templates so their default styles are overriden in **styles.css**.

Expand Down

0 comments on commit e5b1404

Please sign in to comment.