3
scripts/tailwind:build.sh
Executable file
3
scripts/tailwind:build.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
tailwind -i ./input.css -o ./style/output.css
|
3
scripts/tailwind:watch.sh
Executable file
3
scripts/tailwind:watch.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
tailwind -i ./input.css -o ./style/output.css --watch
|
Reference in New Issue
Block a user