From 365c56edcc36b5b92902bac01ce44b43d01e8685 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 18 Oct 2024 18:08:24 +0200 Subject: Refactoring --- package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index a992040..0267f04 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,8 @@ "name": "iro-design", "version": "1.0.0", "description": "Standard implementation of the Iro design system", - "main": "src/index.scss", + "main": "src/_iro-design.scss", + "sass": "src/_iro-design.scss", "author": "Volpeon", "license": "MIT", "private": true, @@ -12,15 +13,14 @@ "build:assets": "cp -r static/* public/", "build:app": "pug tpl/index.pug -p tpl --out public/", "build:icons": "node node_modules/iro-icons/scripts/create_sprite.js image video volume-2 arrow-right check trash bookmark cog logout tags lock user chevron-left chevron-right hash x send smile repeat heart star arrow-corner-down-left public/icons.svg", - "build:demostyle": "sass --load-path=node_modules src_demo/index.scss public/style.css", - "build:style": "sass --load-path=node_modules src/index.scss public/style.css", + "build:style": "sass --load-path=node_modules src_demo/index.scss public/style.css", "lint:style": "stylelint \"src/**/*.scss\"", "fix:style": "stylelint \"src/**/*.scss\" --fix", "serve": "python -m http.server --bind 127.0.0.1 --directory public 8001" }, "dependencies": { "include-media": "^2.0.0", - "iro-sass": "git+https://git.vulpes.one/git/iro-sass.git#c82ae7f3c766ff9d36c82183abf0f734e72a00a8" + "iro-sass": "git+https://git.vulpes.one/git/iro-sass.git#5bb214ac10c3c965836f1e63a3ff9f37ab28af4c" }, "devDependencies": { "iro-icons": "git+https://git.vulpes.one/git/iro-icons.git#8b921f634a565fd9bb8f6e0ddb1b4d7ba207c0a0", @@ -29,6 +29,7 @@ "pug-cli": "^1.0.0-alpha6", "sass": "^1.79.4", "stylelint": "^16.9.0", + "stylelint-config-recess-order": "^5.1.1", "stylelint-config-sass-guidelines": "^12.1.0", "stylelint-order": "^6.0.4", "svg-sprite": "^2.0.4" -- cgit v1.3.1