update styles.scss
This commit is contained in:
18
src/assets/tailwind.css
Normal file
18
src/assets/tailwind.css
Normal file
@@ -0,0 +1,18 @@
|
||||
@import 'tailwindcss';
|
||||
@import "tailwindcss-primeui";
|
||||
@custom-variant dark (&:where(.app-dark, .app-dark *));
|
||||
|
||||
@layer base {
|
||||
button:not(:disabled),
|
||||
[role='button']:not(:disabled) {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
@theme {
|
||||
--breakpoint-sm: 576px;
|
||||
--breakpoint-md: 768px;
|
||||
--breakpoint-lg: 992px;
|
||||
--breakpoint-xl: 1200px;
|
||||
--breakpoint-2xl: 1920px;
|
||||
}
|
||||
Reference in New Issue
Block a user