Online loader_configurator for web browser

This commit is contained in:
KazushiM
2022-11-08 17:06:46 +08:00
parent 523d2dc45a
commit d884077db8
9 changed files with 4412 additions and 4 deletions

View File

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