mirror of
https://github.com/jwetzell/showbridge-www.git
synced 2026-07-26 08:58:39 +00:00
run formatter
This commit is contained in:
+6
-7
@@ -1,9 +1,8 @@
|
|||||||
/** @type {import('tailwindcss').Config} */
|
/** @type {import('tailwindcss').Config} */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
content: ['src/**/*.html'],
|
content: ['src/**/*.html'],
|
||||||
theme: {
|
theme: {
|
||||||
extend: {},
|
extend: {},
|
||||||
},
|
},
|
||||||
plugins: [],
|
plugins: [],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user