1
0
mirror of https://github.com/NigelOToole/pixel-borders.git synced 2025-08-29 08:40:31 +02:00

Merge pull request #1 from kaelig/sassnotsass

Thanks for the feedback and the update, I will keep this in mind for other mixins. Good luck with the event, let me know how it goes.
This commit is contained in:
Nigel O Toole
2019-05-30 11:31:12 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Pixel borders - SASS mixin to add pixelated borders to HTML elements</title>
<title>Pixel borders - Sass mixin to add pixelated borders to HTML elements</title>
<link rel="stylesheet" href="styles/site.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Cutive+Mono|Lato:300,400">
@@ -30,7 +30,7 @@
<div class="fullwidth">
<div class="container separator">
<h2 class="m-0">A SASS mixin to add pixelated borders to HTML elements, which can be customized for different sizes, styles and colour coding.</h2>
<h2 class="m-0">A Sass mixin to add pixelated borders to HTML elements, which can be customized for different sizes, styles and colour coding.</h2>
</div>
</div>
@@ -84,7 +84,7 @@
<h3>Import</h3>
<p>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.</p>
<p>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.</p>
<pre><code>@import "pixel-borders/src/styles/pixel-borders.scss";</code></pre>

View File

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