mirror of
https://github.com/Xevion/grain.git
synced 2025-12-06 01:15:10 -06:00
Add xs screen, reformat tailwind config
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: [
|
||||
"./index.html",
|
||||
"./src/**/*.{js,ts,jsx,tsx}",
|
||||
],
|
||||
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
|
||||
theme: {
|
||||
extend: {
|
||||
screens: {
|
||||
xs: "450px",
|
||||
},
|
||||
boxShadow: {
|
||||
"inner-md": "inset 1px 4px 6px 0 rgb(0 0 0 / 0.1)",
|
||||
"inner-md-2": "inset 2px 2px 6px 0 rgb(0 0 0 / 0.15)",
|
||||
@@ -16,13 +16,13 @@ module.exports = {
|
||||
"inner-2xl": "inset 4px 11px 12px 0 rgb(0 0 0 / 0.3)",
|
||||
},
|
||||
fontFamily: {
|
||||
opensans: ["\"Open Sans\"", "sans-serif"],
|
||||
inter: ["\"Inter\"", "sans-serif"],
|
||||
mono: ["\"Roboto Mono\"", "monospace"],
|
||||
raleway: ["\"Raleway\"", "sans-serif"],
|
||||
roboto: ["\"Roboto\""],
|
||||
opensans: ['"Open Sans"', "sans-serif"],
|
||||
inter: ['"Inter"', "sans-serif"],
|
||||
mono: ['"Roboto Mono"', "monospace"],
|
||||
raleway: ['"Raleway"', "sans-serif"],
|
||||
roboto: ['"Roboto"'],
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user