18 lines
312 B
CSS
18 lines
312 B
CSS
@config "./tailwind.config.js";
|
|
@source "../web/templates/**/*.{html,gohtml}";
|
|
@source "../web/static/**/*.js";
|
|
@source "./node_modules/flowbite/**/*.js";
|
|
@import "tailwindcss";
|
|
|
|
@layer utilities {
|
|
.flag-lang {
|
|
width: 32px;
|
|
height: 22px;
|
|
}
|
|
|
|
.flag-lang-ch {
|
|
width: 22px;
|
|
height: 22px;
|
|
}
|
|
}
|