extended spacing

pull/65/head
TaylorS15 2 years ago
parent 59a8408822
commit 3aed55ba60

@ -1,11 +1,13 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {},
extend: {
spacing: {
112: '28rem',
128: '32rem',
},
},
},
plugins: [],
}

Loading…
Cancel
Save