mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
.minor changes
This commit is contained in:
parent
3a2ff6d9bc
commit
7a5427ffc2
3 changed files with 11 additions and 8 deletions
|
@ -2,10 +2,7 @@ const { fontFamily } = require('tailwindcss/defaultTheme');
|
|||
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: [
|
||||
'./src/pages/**/*.{js,ts,jsx,tsx}',
|
||||
'./src/components/**/*.{js,ts,jsx,tsx}',
|
||||
],
|
||||
content: ['./src/**/*.{js,ts,jsx,tsx}'],
|
||||
theme: {
|
||||
extend: {
|
||||
fontFamily: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue