mirror of https://github.com/sgoudham/website.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
197 B
CSS
13 lines
197 B
CSS
1 year ago
|
@import "tailwindcss/base";
|
||
|
@import "tailwindcss/components";
|
||
|
@import "tailwindcss/utilities";
|
||
|
|
||
|
@layer base {
|
||
|
:focus-visible {
|
||
|
outline: none;
|
||
|
}
|
||
|
:-moz-focusring {
|
||
|
outline: auto;
|
||
|
}
|
||
|
}
|