mirror of
https://github.com/jwetzell/aas-js.git
synced 2026-08-06 05:13:38 +00:00
9 lines
151 B
JavaScript
9 lines
151 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ['./html/**/*.{html,js}'],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|