implements tailwind v4 and removes scss

This commit is contained in:
Drew
2025-04-22 11:41:16 -06:00
parent 255cd357c5
commit fbc26ed89c
13 changed files with 946 additions and 2281 deletions

View File

@ -1,19 +1,8 @@
module.exports = {
content: [
'./hugo_stats.json',
'./layouts/**/*.html',
'./content/**/*.{html,md}',
'./themes/**/layouts/**/*.html'
],
theme: {
extend: {
fontFamily: {
'garamond': ['EB Garamond 12', 'serif'],
'iosevka': ['Iosevka', 'monospace'],
},
},
},
plugins: [
require('@tailwindcss/typography'),
],
};
/*
This file is present to satisy a requiremenet of the Tailwind CSS IntelliSense
extension for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss
The rest of this file is intentionally empty.
*/