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