diff --git a/docs/index.html b/docs/index.html index 4d90134..fb95b64 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,7 +3,7 @@
-After installation you can import it into your SASS files with the statement below. Alternatively you can download the pixel-borders.scss from this repo and add it to your project folder directly.
+After installation you can import it into your Sass files with the statement below. Alternatively you can download the pixel-borders.scss from this repo and add it to your project folder directly.
@import "pixel-borders/src/styles/pixel-borders.scss";
diff --git a/package.json b/package.json
index d648e51..054f5b7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "pixel-borders",
- "description": "SASS mixin to add pixelated borders to HTML elements.",
+ "description": "Sass mixin to add pixelated borders to HTML elements.",
"version": "1.1.1",
"main": "src/styles/pixel-borders.scss",
"repository": {