Добавлена сетка tailwind, изменена архитектура файлов

This commit is contained in:
DwCay
2022-10-11 17:57:29 +03:00
parent 777ae13d9c
commit eaffd2462b
23 changed files with 628 additions and 322 deletions

8
tailwind.config.js Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
content: [
'./index.html',
'./src/**/*.{js,jsx,ts,tsx,vue}',
],
theme: {},
plugins: [],
};