mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-14 18:44:05 +02:00
16 lines
188 B
CSS
16 lines
188 B
CSS
|
|
/* Import minimal theme variables */
|
|
@import './theme.css';
|
|
|
|
@layer base {
|
|
@tailwind base;
|
|
}
|
|
|
|
@layer components {
|
|
@tailwind components;
|
|
}
|
|
|
|
@layer utilities {
|
|
@tailwind utilities;
|
|
}
|