mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 05:14:04 +00:00
9 lines
158 B
CSS
Vendored
9 lines
158 B
CSS
Vendored
@import "tailwindcss/base";
|
|
@import "tailwindcss/components";
|
|
@import "tailwindcss/utilities";
|
|
|
|
@layer base {
|
|
.prose a {
|
|
@apply relative;
|
|
}
|
|
}
|