up
This commit is contained in:
27
tailwind.config.js
Normal file
27
tailwind.config.js
Normal file
@@ -0,0 +1,27 @@
|
||||
module.exports = {
|
||||
purge: [],
|
||||
darkMode: false, // or 'media' or 'class'
|
||||
theme: {
|
||||
container: { center: true, padding: "16px" },
|
||||
extend: {
|
||||
colors: {
|
||||
brand: {
|
||||
primary: "#E53935",
|
||||
dark: "#B71C1C",
|
||||
gray: "#F5F5F5",
|
||||
},
|
||||
},
|
||||
boxShadow: {
|
||||
header: "0 0 2px 0 #e7e7e7",
|
||||
},
|
||||
},
|
||||
},
|
||||
content: [
|
||||
"./pages/**/*.{js,ts,jsx,tsx}",
|
||||
"./components/**/*.{js,ts,jsx,tsx}",
|
||||
],
|
||||
variants: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
Reference in New Issue
Block a user