update tailwind.css
This commit is contained in:
@@ -1,10 +1,19 @@
|
||||
@layer theme, components, base, utilities;
|
||||
@import 'tailwindcss';
|
||||
@import "tailwindcss-primeui";
|
||||
@import 'tailwindcss-primeui';
|
||||
@custom-variant dark (&:where(.app-dark, .app-dark *));
|
||||
|
||||
@layer base {
|
||||
*,
|
||||
::after,
|
||||
::before,
|
||||
::backdrop,
|
||||
::file-selector-button {
|
||||
border-color: var(--color-gray-200, currentcolor);
|
||||
}
|
||||
|
||||
button:not(:disabled),
|
||||
[role='button']:not(:disabled) {
|
||||
[role="button"]:not(:disabled) {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user