Skip to content
Code-Schnipsel Gruppen Projekte
Commit ce5d32df erstellt von Michael Danielczok's avatar Michael Danielczok
Dateien durchsuchen

refactor: Installation guide improved

Übergeordneter fe81921e
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
Keine zugehörigen Merge Requests gefunden
......@@ -50,13 +50,17 @@ Details can be found in the official [*Tailwind CSS* manual](https://tailwindcss
Install *Tailwind CSS* in tailwind folder in your template root directory:
```bash
cd tailwind
npm install;
````
Or use the command from the official Tailwind CSS documentation
```bash
# Using npm
npm install tailwindcss --save-dev
npm install tailwindcss@0.7.4 --save-dev
# Using Yarn
yarn add tailwindcss --dev
yarn add tailwindcss@0.7.4 --dev
```
......@@ -78,7 +82,7 @@ Every time you make changes to config file or input css file, you have to genera
Use the following command (starting from template root directory):
```bash
./tailwind/node_modules/.bin/tailwind build ./tailwind/tailwind.style.css -c ./tailwind/tailwind.config.js -o ./bin/css/style.css
./node_modules/.bin/tailwind build ./tailwind/tailwind.style.css -c ./tailwind/tailwind.config.js -o ./bin/css/style.css
```
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren