dashboard/src/index.css

8 lines
89 B
CSS
Raw Normal View History

2021-09-27 12:17:33 +02:00
@tailwind base;
@tailwind components;
@tailwind utilities;
div[tabindex] {
flex: 1;
}