mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 06:34:26 +01:00
Docs: Revamp extensions site (#1260)
Co-authored-by: Nahiyan Khan <nahiyan@squareup.com>
This commit is contained in:
32
documentation/tailwind.config.js
Normal file
32
documentation/tailwind.config.js
Normal file
@@ -0,0 +1,32 @@
|
||||
// tailwind.config.js
|
||||
module.exports = {
|
||||
content: ["./src/**/*.{js,jsx,ts,tsx}"],
|
||||
darkMode: "class",
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
// Arcade colors
|
||||
bgApp: "var(--background-app)",
|
||||
bgSubtle: "var(--background-subtle)",
|
||||
bgStandard: "var(--background-standard)",
|
||||
bgProminent: "var(--background-prominent)",
|
||||
|
||||
borderSubtle: "var(--border-subtle)",
|
||||
borderStandard: "var(--border-standard)",
|
||||
|
||||
textProminent: "var(--text-prominent)",
|
||||
textStandard: "var(--text-standard)",
|
||||
textSubtle: "var(--text-subtle)",
|
||||
textPlaceholder: "var(--text-placeholder)",
|
||||
|
||||
iconProminent: "var(--icon-prominent)",
|
||||
iconStandard: "var(--icon-standard)",
|
||||
iconSubtle: "var(--icon-subtle)",
|
||||
},
|
||||
fontFamily: {
|
||||
sans: ['"Cash Sans"', "sans-serif"],
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
Reference in New Issue
Block a user