Create frontend project
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
@import "tailwindcss";
|
||||
@import "../node_modules/preline/variants.css";
|
||||
@source "../node_modules/preline/dist/*.js";
|
||||
|
||||
/* Pointer cursor on buttons */
|
||||
@layer base {
|
||||
button:not(:disabled),
|
||||
[role="button"]:not(:disabled) {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
/* Defaults hover styles on all devices */
|
||||
@custom-variant hover (&:hover);
|
||||
Reference in New Issue
Block a user