mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 21:34:03 +00:00
7 lines
178 B
CSS
Vendored
7 lines
178 B
CSS
Vendored
@import "tailwindcss/base";
|
|
@import "tailwindcss/components";
|
|
@import "tailwindcss/utilities";
|
|
|
|
.link {
|
|
@apply border-b-2 border-gray-100 hover:border-gray-400 transition;
|
|
}
|