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 @@ - Pixel borders - SASS mixin to add pixelated borders to HTML elements + Pixel borders - Sass mixin to add pixelated borders to HTML elements @@ -30,7 +30,7 @@
-

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.

@@ -84,7 +84,7 @@

Import

-

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": {