css header footer en cours

This commit is contained in:
2023-11-21 12:57:05 +01:00
parent b2d979ad98
commit 8b9c030d89
10 changed files with 456 additions and 8 deletions
+7 -3
View File
@@ -1,14 +1,18 @@
{
"name": "rehatheme",
"name": "dev.reha.fr",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"scss": "node-sass -w scss/ -o css/"
"sass": "node-sass -w scss/ -o css/"
},
"author": "",
"author": "Ouidade Soussi",
"license": "ISC",
"devDependencies": {
"node-sass": "^9.0.0"
},
"repository": {
"type": "git",
"url": "https://figureslibres.io/gogs/bachir/drupal-reha.git"
}
}