started erable theme

This commit is contained in:
2023-11-30 17:33:32 +01:00
parent 6181d77963
commit 3613b57d55
11 changed files with 2503 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "erabletheme",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"sass": "node-sass -w scss/ -o css/"
},
"author": "",
"license": "ISC",
"devDependencies": {
"node-sass": "^9.0.0"
}
}