Integrate booking edit into myep spa

This commit is contained in:
Björn Fromme
2020-09-22 17:21:00 +02:00
committed by Björn Fromme
parent 213b75b863
commit dbe4336550
23 changed files with 4785 additions and 2877 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
module.exports = {
parser: false,
plugins: {
'autoprefixer': {},
}
plugins: [
require('tailwindcss'),
require('autoprefixer'),
]
};