mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
chore(tailwind): add new grid template column settings
This commit is contained in:
1
src/env.d.ts
vendored
1
src/env.d.ts
vendored
@@ -1 +1,2 @@
|
|||||||
|
/// <reference path="../.astro/types.d.ts" />
|
||||||
/// <reference types="astro/client" />
|
/// <reference types="astro/client" />
|
||||||
|
|||||||
@@ -40,12 +40,14 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
gridTemplateColumns: {
|
gridTemplateColumns: {
|
||||||
|
2: 'repeat(2, minmax(0, 1fr))',
|
||||||
6: 'repeat(6, minmax(0, 1fr))',
|
6: 'repeat(6, minmax(0, 1fr))',
|
||||||
8: 'repeat(8, minmax(0, 1fr))',
|
8: 'repeat(8, minmax(0, 1fr))',
|
||||||
10: 'repeat(10, minmax(0, 1fr))',
|
10: 'repeat(10, minmax(0, 1fr))',
|
||||||
14: 'repeat(14, minmax(0, 1fr))',
|
14: 'repeat(14, minmax(0, 1fr))',
|
||||||
16: 'repeat(16, minmax(0, 1fr))',
|
16: 'repeat(16, minmax(0, 1fr))',
|
||||||
18: 'repeat(18, minmax(0, 1fr))',
|
18: 'repeat(18, minmax(0, 1fr))',
|
||||||
|
books: 'repeat(auto-fill, minmax(150px, 1fr))',
|
||||||
},
|
},
|
||||||
gridTemplateRows: ({ theme }) => ({
|
gridTemplateRows: ({ theme }) => ({
|
||||||
layout: `clamp(3rem, ${theme('spacing.column')}, 9rem)`,
|
layout: `clamp(3rem, ${theme('spacing.column')}, 9rem)`,
|
||||||
|
|||||||
Reference in New Issue
Block a user