feat: make thumbhash work with image slider
Some checks failed
Deploy to SFTP Server / build (push) Has been cancelled
Some checks failed
Deploy to SFTP Server / build (push) Has been cancelled
This commit is contained in:
@ -22,6 +22,14 @@ export default defineConfig({
|
||||
"md": "20px",
|
||||
"diag-md": "0px var(--border-radius-md) 0px var(--border-radius-md)"
|
||||
},
|
||||
screens: {
|
||||
xs: "375px",
|
||||
sm: "640px",
|
||||
md: "768px",
|
||||
lg: "1024px",
|
||||
xl: "1280px",
|
||||
"2xl": "1536px",
|
||||
},
|
||||
colors: {
|
||||
neutral: {
|
||||
"000": "var(--neutral-000)",
|
||||
|
Reference in New Issue
Block a user