Working example
parent
0b1e6f33cf
commit
b89a8d6b49
@ -1,6 +1,12 @@
|
||||
|
||||
prepare:
|
||||
prepare: clean
|
||||
cp -R ./template/* ./playground
|
||||
|
||||
clean:
|
||||
cd ./playground && find . ! -name '.gitkeep' -delete
|
||||
|
||||
watch:
|
||||
tailwindcss -i ./playground/src/css/input.css -o ./playground/src/css/main.css --watch
|
||||
|
||||
live:
|
||||
live-server ./playground/src/
|
||||
|
@ -1,3 +1,5 @@
|
||||
@import "tailwindcss";
|
||||
|
||||
@theme {
|
||||
--font-sans: InterVariable, sans-serif;
|
||||
}
|
||||
|
@ -1,3 +0,0 @@
|
||||
@theme {
|
||||
--font-sans: InterVariable, sans-serif;
|
||||
}
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue