Загрузить файлы в «engine»
This commit is contained in:
parent
6d26629849
commit
8f77e2e19e
1494
engine/package-lock.json
generated
Normal file
1494
engine/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
14
engine/package.json
Normal file
14
engine/package.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "php",
|
||||
"version": "1.0.0",
|
||||
"description": "engine",
|
||||
"main": "tailwind.config.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"tailwindcss": "^3.4.17"
|
||||
}
|
||||
}
|
9
engine/tailwind.config.js
Normal file
9
engine/tailwind.config.js
Normal file
@ -0,0 +1,9 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./template/*.{html,js}"],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user