mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Changes
This commit is contained in:
26
tailwind.config.js
Normal file
26
tailwind.config.js
Normal file
@@ -0,0 +1,26 @@
|
||||
module.exports = {
|
||||
future: {
|
||||
removeDeprecatedGapUtilities: true,
|
||||
},
|
||||
purge: [
|
||||
"./components/**/*.{js,ts,jsx,tsx}",
|
||||
"./pages/**/*.{js,ts,jsx,tsx}",
|
||||
"./ui/**/*.{js,ts,jsx,tsx}",
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
"accent-1": "#FAFAFA",
|
||||
"accent-4": "#888",
|
||||
violet: "#7928CA",
|
||||
pink: "#FF0080",
|
||||
cyan: "#50E3C2",
|
||||
},
|
||||
},
|
||||
},
|
||||
variants: {},
|
||||
plugins: [require("@tailwindcss/ui")],
|
||||
experimental: {
|
||||
applyComplexClasses: true,
|
||||
},
|
||||
};
|
Reference in New Issue
Block a user