mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-05 23:16:57 -06:00
Prettier format global
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./src/**/*.{js,ts,jsx,tsx}"],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
zinc: {
|
||||
850: "#1D1D20"
|
||||
}
|
||||
},
|
||||
fontSize: {
|
||||
'10xl': '10rem',
|
||||
},
|
||||
fontFamily: {
|
||||
inter: ["\"Inter\"", "sans-serif"],
|
||||
roboto: ["\"Roboto\"", "sans-serif"],
|
||||
mono: ["\"Roboto Mono\"", "monospace"],
|
||||
hanken: ["\"Hanken Grotesk\"", "sans-serif"],
|
||||
},
|
||||
content: ["./src/**/*.{js,ts,jsx,tsx}"],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
zinc: {
|
||||
850: "#1D1D20",
|
||||
},
|
||||
},
|
||||
fontSize: {
|
||||
"10xl": "10rem",
|
||||
},
|
||||
fontFamily: {
|
||||
inter: ['"Inter"', "sans-serif"],
|
||||
roboto: ['"Roboto"', "sans-serif"],
|
||||
mono: ['"Roboto Mono"', "monospace"],
|
||||
hanken: ['"Hanken Grotesk"', "sans-serif"],
|
||||
},
|
||||
},
|
||||
plugins: [require('@tailwindcss/typography')],
|
||||
},
|
||||
plugins: [require("@tailwindcss/typography")],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user