diff --git a/README.md b/README.md index a009515..3384698 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Pixel borders -### A SASS mixin to add pixelated borders to HTML elements, which can be customized for different sizes, styles and colour coding. +### A Sass mixin to add pixelated borders to HTML elements, which can be customized for different sizes, styles and colour coding. ### [View demo](http://nigelotoole.github.io/pixel-borders/) @@ -13,7 +13,7 @@ $ npm install pixel-borders --save-dev ### Import -After installation you can import it into your SASS files with the statement below. +After installation you can import it into your Sass files with the statement below. ```scss @import "node_modules/pixel-borders/src/styles/pixel-borders.scss"; 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": {
diff --git a/src/index.html b/src/index.html
index 78ec6c9..45f2139 100644
--- a/src/index.html
+++ b/src/index.html
@@ -3,7 +3,7 @@
- After installation you can import it into your SASS files with the statement below.
+After installation you can import it into your Sass files with the statement below.
@import "node_modules/pixel-borders/src/styles/pixel-borders.scss";