mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-06 12:45:18 +02:00
🐛 fix: tailwind config has been set with primary color
This commit is contained in:
@@ -1,7 +1,16 @@
|
|||||||
export default {
|
export default {
|
||||||
content: ["./src/**/*.{html,js,jsx,ts,tsx}"], // Adjust paths to your project structure
|
content: [
|
||||||
|
"./src/**/*.{html,js,jsx,ts,tsx}",
|
||||||
|
],
|
||||||
theme: {
|
theme: {
|
||||||
extend: {},
|
extend: {
|
||||||
|
colors: {
|
||||||
|
'primary': '#6495ed',
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
plugins: [],
|
plugins: [],
|
||||||
|
corePlugins: {
|
||||||
|
preflight: true,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user