Добавлен sass-importer

This commit is contained in:
2026-09-08 13:20:29 +04:00
parent 8c7e9aa5e0
commit 12c14e8eb5
3 changed files with 234 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "@advdominion/sass-importer",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://gitea.optiweb.ru/public/frontend.git"
},
"license": "MIT",
"publishConfig": {
"access": "public"
}
}