7 lines
107 B
CSS
7 lines
107 B
CSS
@import "tailwindcss";
|
|
@layer base;
|
|
@layer components;
|
|
@layer utilities;
|
|
@layer theme;
|
|
|
|
@source "./pages";
|