mirror of
https://github.com/fergalmoran/xtreamium.git
synced 2026-01-01 06:29:03 +00:00
Not gonna work
This commit is contained in:
@@ -1,18 +1,19 @@
|
||||
const defaultTheme = require("tailwindcss/defaultTheme");
|
||||
const windmill = require("@windmill/react-ui/config");
|
||||
|
||||
module.exports = {
|
||||
const config = {
|
||||
content: ["./src/**/*.{js,jsx,ts,tsx}"],
|
||||
theme: {
|
||||
extend: {
|
||||
fontFamily: {
|
||||
Rampart: ["Raleway", "sans-serif"],
|
||||
},
|
||||
boxShadow: {
|
||||
bottom:
|
||||
"0 5px 6px -7px rgba(0, 0, 0, 0.6), 0 2px 4px -5px rgba(0, 0, 0, 0.06)",
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
...windmill(config),
|
||||
...config,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user