mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 12:05:28 +00:00
feat: add Toolbox component and Tool icons
This commit is contained in:
@@ -52,6 +52,7 @@ module.exports = {
|
||||
haiku: 'repeat(auto-fit, minmax(15rem, 1fr))',
|
||||
'haiku-xl': 'repeat(auto-fit, minmax(25rem, 1fr)',
|
||||
'haiku-list': 'repeat(auto-fill, minmax(3rem, 1fr))',
|
||||
toolbox: 'repeat(auto-fit, minmax(80px, 1fr))',
|
||||
},
|
||||
gridTemplateRows: ({ theme }) => ({
|
||||
layout: `clamp(3rem, ${theme('spacing.column')}, 9rem)`,
|
||||
|
||||
Reference in New Issue
Block a user