added in several workflow QOL features and updated flake

This commit is contained in:
specCon18 2023-08-07 18:04:19 -04:00
parent 153276f49c
commit bc27ffab4e
14 changed files with 3764 additions and 312 deletions

View file

@ -1,13 +1,7 @@
const { fontFamily } = require('tailwindcss/defaultTheme');
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./templates/*.html'],
content: ["./templates/*.html"],
theme: {
extend: {
fontFamily: {
sans: ['Inter var', ...fontFamily.sans],
},
},
extend: {},
},
};
};