mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-11-16 01:21:16 +01: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;
|
|
}
|