mirror of
https://github.com/vacp2p/vac.dev-experimental-old.git
synced 2025-01-12 23:05:30 +00:00
Merge pull request #3 from phproberto/postcss-import
Cannot import style files
This commit is contained in:
commit
c8659f8b5c
@ -5,7 +5,7 @@
|
||||
* You can see the styles here:
|
||||
* 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
|
||||
@ -27,7 +27,7 @@
|
||||
* This injects all of Tailwind's utility classes, generated based on your
|
||||
* config file.
|
||||
*/
|
||||
@tailwind utilities;
|
||||
@import "tailwind/utilities";
|
||||
|
||||
/**
|
||||
* 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