Save cust config to localStorage

This commit is contained in:
KazushiM
2022-11-09 12:01:24 +08:00
parent d884077db8
commit a360904ac0
11 changed files with 788 additions and 404 deletions

View File

@@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/*.html', './node_modules/tw-elements/dist/js/**/*.js'],
content: ['./dist/*.html', './dist/*.js', './node_modules/tw-elements/dist/js/**/*.js'],
theme: {
extend: {},
},