better dev runner, bug fixes, design changes, and more
This commit is contained in:
@@ -21,6 +21,7 @@ module.exports = {
|
||||
foam: "rgb(var(--color-foam))",
|
||||
love: "rgb(var(--color-love))",
|
||||
pine: "rgb(var(--color-pine))",
|
||||
accent: "rgb(var(--color-accent))",
|
||||
"highlight-low": "rgb(var(--highlight-low))",
|
||||
"highlight-med": "rgb(var(--highlight-med))",
|
||||
"highlight-high": "rgb(var(--highlight-high))",
|
||||
@@ -30,5 +31,8 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
},
|
||||
future: {
|
||||
hoverOnlyWhenSupported: true,
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user