Merge pull request 'added darkmode class in tailwind conf' (#4) from framer-nextui into main
Reviewed-on: #4
This commit is contained in:
commit
77b60eda84
@ -12,6 +12,7 @@ const config: Config = {
|
|||||||
theme: {
|
theme: {
|
||||||
extend: {},
|
extend: {},
|
||||||
},
|
},
|
||||||
|
darkMode: "class",
|
||||||
plugins: [nextui()],
|
plugins: [nextui()],
|
||||||
};
|
};
|
||||||
export default config;
|
export default config;
|
||||||
|
Loading…
Reference in New Issue
Block a user