initial work on dynamic slots + move remaining css stuff into separate file

This commit is contained in:
Henry Jameson 2024-02-19 19:59:38 +02:00
commit 4a10417ed4
4 changed files with 85 additions and 90 deletions

View file

@ -1,14 +1,4 @@
const border = (top, shadow) => ({
x: 0,
y: top ? 1 : -1,
blur: 0,
spread: 0,
color: shadow ? '#000000' : '#FFFFFF',
alpha: 0.2,
inset: true
})
const inputInsetFakeBorders = [border(true, true), border(false, false)]
const inputInsetFakeBorders = ['$borderSide(#FFFFFF, bottom, 0.2)', '$borderSide(#000000, top, 0.2)']
const hoverGlow = {
x: 0,