add item image
This commit is contained in:
16
tailwind.config.js
Normal file
16
tailwind.config.js
Normal file
@@ -0,0 +1,16 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./views/**/*.{html,js}"],
|
||||
theme: {
|
||||
extend: {
|
||||
gridTemplateRows: {
|
||||
// Simple 16 row grid
|
||||
'19': 'repeat(19, minmax(0, 1fr))',
|
||||
|
||||
// Complex site-specific row configuration
|
||||
'layout': '200px minmax(900px, 1fr) 100px',
|
||||
}
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
Reference in New Issue
Block a user