Compare commits
2 Commits
f015a0deed
...
5f8d96b6ae
| Author | SHA1 | Date | |
|---|---|---|---|
|
5f8d96b6ae
|
|||
|
7c2c76ebd5
|
@@ -85,6 +85,8 @@
|
|||||||
tailwindcss_4
|
tailwindcss_4
|
||||||
postgresql
|
postgresql
|
||||||
];
|
];
|
||||||
|
|
||||||
|
rev = if builtins.hasAttr "rev" self then self.rev else self.dirtyRev;
|
||||||
in
|
in
|
||||||
rec {
|
rec {
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
@@ -104,6 +106,7 @@
|
|||||||
|
|
||||||
DAISYUI_PATH = "${daisyui}";
|
DAISYUI_PATH = "${daisyui}";
|
||||||
DAISYUI_THEME_PATH = "${daisyui-theme}";
|
DAISYUI_THEME_PATH = "${daisyui-theme}";
|
||||||
|
GIT_REV = rev;
|
||||||
|
|
||||||
cargoLock.lockFile = ./Cargo.lock;
|
cargoLock.lockFile = ./Cargo.lock;
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,11 @@
|
|||||||
@source not "*";
|
@source not "*";
|
||||||
@source "./src/**/*.{rs,html,css}";
|
@source "./src/**/*.{rs,html,css}";
|
||||||
|
|
||||||
|
@theme {
|
||||||
|
/* Copied out of DaisyUI theme, which doesn't make the color available */
|
||||||
|
--color-soft-error: color-mix(in oklab, var(--color-error, var(--color-base-content)) 8%, var(--color-base-100));
|
||||||
|
}
|
||||||
|
|
||||||
@layer utilities {
|
@layer utilities {
|
||||||
.interact {
|
.interact {
|
||||||
@apply cursor-pointer;
|
@apply cursor-pointer;
|
||||||
|
|||||||
Reference in New Issue
Block a user