Добавлена сетка tailwind, изменена архитектура файлов
This commit is contained in:
8
tailwind.config.js
Normal file
8
tailwind.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
content: [
|
||||
'./index.html',
|
||||
'./src/**/*.{js,jsx,ts,tsx,vue}',
|
||||
],
|
||||
theme: {},
|
||||
plugins: [],
|
||||
};
|
||||
Reference in New Issue
Block a user