Update README
This commit is contained in:
10
README.md
10
README.md
@@ -84,7 +84,11 @@ npm install tailwindcss @tailwindcss/cli
|
|||||||
### Datei generieren
|
### Datei generieren
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
# Bei Verwendung der Binärdatei:
|
||||||
tailwindcss -i <INPUT-DATEI> -o <OUTPUT-DATEI> --watch --minify
|
tailwindcss -i <INPUT-DATEI> -o <OUTPUT-DATEI> --watch --minify
|
||||||
|
|
||||||
|
# Bei Verwendung von NPM:
|
||||||
|
npx @tailwindcss/cli -i <INPUT-DATEI> -o <OUTPUT-DATEI> --watch --minify
|
||||||
```
|
```
|
||||||
|
|
||||||
- INPUT-DATEI: CSS Datei, welche die Einbindung und Konfiguration von Tailwind enthält
|
- INPUT-DATEI: CSS Datei, welche die Einbindung und Konfiguration von Tailwind enthält
|
||||||
@@ -95,7 +99,11 @@ tailwindcss -i <INPUT-DATEI> -o <OUTPUT-DATEI> --watch --minify
|
|||||||
**Beispiel:**
|
**Beispiel:**
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
tailwindcss -i core/homepage/static/homepage/t-input.css -o core/homepage/static/homepage/t-style.css --watch --minify
|
# unter Linux mit Tailwind Binärdatei:
|
||||||
|
tailwindcss -i core/static/homepage/t-input.css -o core/static/homepage/t-style.css --watch --minify
|
||||||
|
|
||||||
|
# unter Windows mit NPM:
|
||||||
|
npx @tailwindcss/cli -i .\core\static\homepage\t-input.css -o .\core\static\homepage\t-style.css --watch --minify
|
||||||
```
|
```
|
||||||
|
|
||||||
## Issue - Merge Request - Merge
|
## Issue - Merge Request - Merge
|
||||||
|
|||||||
Reference in New Issue
Block a user