Skip to content

Commit 1c17b8a

Browse files
authored
IMP: update docs
1 parent ddfbfa9 commit 1c17b8a

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/fylgja/fylgja-sass/test.yml?branch=main&color=%2343a047&style=flat-square)](https://github.com/fylgja/fylgja-sass/actions/workflows/test.yml)
55
[![License](https://img.shields.io/github/license/fylgja/sass?color=%23234&style=flat-square)](/LICENSE)
66

7-
Adds more SCSS super power functions.
7+
Add more super powers to your Sass project.
88

99
This repo will add more functions and adds options not found in the core sass project.
1010

package-lock.json

+2-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@fylgja/sass",
33
"version": "2.0.1",
4-
"description": "Adds more SCSS super powers functions.",
4+
"description": "Add more super powers to your Sass project",
55
"homepage": "https://getfylgja.com/",
66
"author": "Fylgja",
77
"license": "MIT",
8-
"sass": "_index.scss",
8+
"main": "_index.scss",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/fylgja/fylgja-sass.git"
@@ -25,6 +25,6 @@
2525
"test:dev": "sass _tests_/index.scss _tests_/results.css --watch"
2626
},
2727
"devDependencies": {
28-
"sass": "^1.43.4"
28+
"sass": "^1.57.1"
2929
}
3030
}

0 commit comments

Comments
 (0)