From 80909c2fd3b110c7bcd77ad590870563ffea31ce Mon Sep 17 00:00:00 2001 From: Nigel O'Toole Date: Fri, 12 Apr 2019 14:52:28 +0100 Subject: [PATCH] Demo site fix --- docs/index.html | 41 ++++++++++++++++++++++++++--------------- src/index.html | 4 ++-- 2 files changed, 28 insertions(+), 17 deletions(-) diff --git a/docs/index.html b/docs/index.html index 579f121..804b33f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,8 +8,8 @@ - + + @@ -95,24 +95,24 @@ // Available options @include pixel-borders( - $corner-size: 1, - $border-size: 4px, - $border-color: #000, + $corner-size: 1, + $border-size: 4px, + $border-color: #000, $border-inset-color: false ); // Helper method to create custom styles e.g. colour themes, inset border, highlight @include pixel-box( $corner-size, - $border-size, - $background-color, - $border-color: false, - $border-inset: true, - $border-inset-size: false, - $border-inset-color: false, - $border-inset-sides: false, // Sides to apply inset border: 'all', 'top-left' or 'bottom-right' - $border-inset-color-br: false, // Bottom right inset border colour - $border-inset-color-tl: false // Top left inset border colour + $border-size, + $background-color, + $border-color: false, + $border-inset: true, + $border-inset-size: false, + $border-inset-color: false, + $border-inset-sides: false, + $border-inset-color-br: false, + $border-inset-color-tl: false ); @@ -152,7 +152,6 @@

pixel-box

-

Options as above unless otherwise specified.

@@ -161,6 +160,18 @@ + + + + + + + + + + + + diff --git a/src/index.html b/src/index.html index 8e4119a..804b33f 100644 --- a/src/index.html +++ b/src/index.html @@ -8,8 +8,8 @@ - + +
Type Description
$corner-sizeNumberNumber of pixels taken out of the corner.
$border-sizeNumber(px)Border size.
$background-color