mirror of
https://github.com/jwetzell/aas-js.git
synced 2026-08-21 04:49:06 +00:00
move apps to apps folder
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ['./html/**/*.{html,js}'],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
Reference in New Issue
Block a user