mirror of
https://github.com/vacp2p/vac.dev-experimental-old.git
synced 2025-01-12 23:05:30 +00:00
Cannot import style files
This commit is contained in:
parent
155c89ec76
commit
ff09906f76
@ -5,7 +5,7 @@
|
|||||||
* You can see the styles here:
|
* You can see the styles here:
|
||||||
* https://github.com/tailwindcss/tailwindcss/blob/master/css/preflight.css
|
* https://github.com/tailwindcss/tailwindcss/blob/master/css/preflight.css
|
||||||
*/
|
*/
|
||||||
@tailwind preflight;
|
@import "tailwind/preflight";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Here you would add any of your custom component classes; stuff that you'd
|
* Here you would add any of your custom component classes; stuff that you'd
|
||||||
@ -27,7 +27,7 @@
|
|||||||
* This injects all of Tailwind's utility classes, generated based on your
|
* This injects all of Tailwind's utility classes, generated based on your
|
||||||
* config file.
|
* config file.
|
||||||
*/
|
*/
|
||||||
@tailwind utilities;
|
@import "tailwind/utilities";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Here you would add any custom utilities you need that don't come out of the
|
* Here you would add any custom utilities you need that don't come out of the
|
||||||
|
1
src/tailwind/preflight.css
Normal file
1
src/tailwind/preflight.css
Normal file
@ -0,0 +1 @@
|
|||||||
|
@tailwind preflight;
|
1
src/tailwind/utilities.css
Normal file
1
src/tailwind/utilities.css
Normal file
@ -0,0 +1 @@
|
|||||||
|
@tailwind utilities;
|
Loading…
x
Reference in New Issue
Block a user