mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
🖼️ Navbar + Icon + Font
This commit is contained in:
@@ -1,12 +1,24 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
const defaultTheme = require("tailwindcss/defaultTheme");
|
||||
module.exports = {
|
||||
darkMode: "class",
|
||||
content: [
|
||||
"./resources/**/*.blade.php",
|
||||
"./resources/**/*.js",
|
||||
"./resources/**/*.vue",
|
||||
"./node_modules/flowbite/**/*.js",
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
extend: {
|
||||
fontFamily: {
|
||||
sans: [
|
||||
"Inter var",
|
||||
"Inter",
|
||||
"sans-serif",
|
||||
...defaultTheme.fontFamily.sans,
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
plugins: [require("flowbite/plugin")],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user