7 lines
89 B
CSS
Vendored
7 lines
89 B
CSS
Vendored
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
div[tabindex] {
|
|
flex: 1;
|
|
}
|