Skip to content

Commit 0b0cd29

Browse files
committed
Update readme
1 parent 2343c16 commit 0b0cd29

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ To get you started 5 step procedure.
99
5. composer install
1010
```
1111

12-
Then point your webserver to ```htodcs/public``` folder.
12+
Then point your webserver to ```htodcs/public``` folder.
13+
14+
In package.json there are scripts to run most notably for watching development ```npm run dev``` and for building to production ```npm run build```.

src/css/style.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* with kirby php templates it should be ok to run purgecss on all but if you run into problems that could happen with frameworks like Nuxt.js consult https://tailwindcss.com/docs/controlling-file-size/#app */
12
@tailwind base;
23
@tailwind components;
3-
@tailwind utilities;
4+
@tailwind utilities;

0 commit comments

Comments
 (0)