1
0
mirror of https://github.com/NigelOToole/pixel-borders.git synced 2025-09-01 09:53:41 +02:00

Minor documentation fixes

This commit is contained in:
Nigel O'Toole
2019-05-23 10:58:15 +01:00
parent 6f63c6a540
commit a91496c140
4 changed files with 8 additions and 9 deletions

View File

@@ -86,11 +86,11 @@
<p>After installation you can import it into your SASS files with the statement below.</p>
<pre><code>@import "pixel-borders/src/styles/pixel-borders.scss";</code></pre>
<pre><code>@import "node_modules/pixel-borders/src/styles/pixel-borders.scss";</code></pre>
<p>You can also just import the mixins without the demo styles.</p>
<pre><code>@import "pixel-borders/src/styles/pixel-borders/pixel-borders-mixins";</code></pre>
<pre><code>@import "node_modules/pixel-borders/src/styles/pixel-borders/pixel-borders-mixins";</code></pre>
<h4>Pixel borders mixin options</h4>

View File

@@ -198,7 +198,7 @@ pre {
border-radius: 4px;
transition: background-color .3s, color .3s;
&:hover, &:active {
&:hover, &:focus, &:active {
background-color: #f3f3f3;
}
}