mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-06 04:35:18 +02:00
17 lines
227 B
JavaScript
17 lines
227 B
JavaScript
export default {
|
|
content: [
|
|
"./src/**/*.{html,js,jsx,ts,tsx}",
|
|
],
|
|
theme: {
|
|
extend: {
|
|
colors: {
|
|
'primary': '#6495ed',
|
|
},
|
|
},
|
|
},
|
|
plugins: [],
|
|
corePlugins: {
|
|
preflight: true,
|
|
},
|
|
};
|