diff options
| author | Volpeon <git@volpeon.ink> | 2024-10-18 13:16:22 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2024-10-18 13:16:22 +0200 |
| commit | 00bdc06c611b16c31d974167710ef25c09f70c46 (patch) | |
| tree | 03afff64f3aa618570f806a3316fbcfccf2d8edf | |
| parent | New CSS variable management (diff) | |
| download | iro-sass-00bdc06c611b16c31d974167710ef25c09f70c46.tar.gz iro-sass-00bdc06c611b16c31d974167710ef25c09f70c46.tar.bz2 iro-sass-00bdc06c611b16c31d974167710ef25c09f70c46.zip | |
New entry point
| -rw-r--r-- | package.json | 6 | ||||
| -rw-r--r-- | src/_iro-sass.scss.scss (renamed from src/index.scss) | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index b89cb7a..9a61f1c 100644 --- a/package.json +++ b/package.json | |||
| @@ -4,9 +4,9 @@ | |||
| 4 | "author": "Volpeon <me@volpeon.ink>", | 4 | "author": "Volpeon <me@volpeon.ink>", |
| 5 | "license": "MIT", | 5 | "license": "MIT", |
| 6 | "description": "A mixin-based Sass framework that makes it easier to work with BEM, organize variables and more.", | 6 | "description": "A mixin-based Sass framework that makes it easier to work with BEM, organize variables and more.", |
| 7 | "main": "src/index.scss", | 7 | "main": "src/_iro-sass.scss.scss", |
| 8 | "style": "src/index.scss", | 8 | "style": "src/_iro-sass.scss.scss", |
| 9 | "sass": "src/index.scss", | 9 | "sass": "src/_iro-sass.scss.scss", |
| 10 | "keywords": [ | 10 | "keywords": [ |
| 11 | "sass", | 11 | "sass", |
| 12 | "scss", | 12 | "scss", |
diff --git a/src/index.scss b/src/_iro-sass.scss.scss index cc9cda7..cc9cda7 100644 --- a/src/index.scss +++ b/src/_iro-sass.scss.scss | |||
