Move css to stylesheets folder
This commit is contained in:
parent
640c64f5e8
commit
eae044e1f4
3 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ There are a few things you have to adjust when adopting this template.
|
|||
### Remove example code
|
||||
|
||||
The code in [src/main.rs](src/main.rs) specific to the example is limited to only the `view` method.
|
||||
There is, however, a fair bit of Sass in [index.scss](index.css) you can remove.
|
||||
There is, however, a fair bit of Sass in [index.scss](stylesheets/index.css) you can remove.
|
||||
|
||||
### Update metadata
|
||||
|
||||
|
|
|
@ -5,4 +5,4 @@ dist = "dist"
|
|||
[[hooks]]
|
||||
stage = "build"
|
||||
command = "sh"
|
||||
command_arguments = ["-c", "npx tailwindcss -i index.css -o $TRUNK_STAGING_DIR/tailwind.css --minify"]
|
||||
command_arguments = ["-c", "npx tailwindcss -i stylesheets/index.css -o $TRUNK_STAGING_DIR/tailwind.css --minify"]
|
Loading…
Reference in a new issue