mirror of
https://github.com/NigelOToole/pixel-borders.git
synced 2025-08-26 23:34:47 +02:00
It's Sass, not SASS
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user