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