@@ -96,7 +96,7 @@
Text highlighting
The contextual module's styling of <mark>
elements is highly customizable.
-
+
Variables
Variable | Type | Description | Sample value |
@@ -155,7 +155,7 @@
Alerts
The contextual module's contains custom classes and styles for defining alerts.
-
+
Variables
Variable | Type | Description | Sample value |
@@ -220,7 +220,7 @@
Tooltips
The contextual module's contains a flag to enable or disable tooltips, custom classes for creating them and other variables for style customization.
-
+
Variables
Variable | Type | Description | Sample value |
@@ -281,7 +281,7 @@
Text highlighting mixins
The contextual module contains a couple of mixins for adding custom styles to <mark>
elements (color and style variants).
-
+
Mixin definitions
Mixin | Description |
@@ -297,7 +297,7 @@
-
+
make-mark-alt-color
Parameter | Type | Description | Sample value |
@@ -320,7 +320,7 @@
Sample usage
@include make-mark-alt-color ('secondary', #e53935, #fafafa);
-
+
make-mark-alt-style
Parameter | Type | Description | Sample value |
@@ -370,7 +370,7 @@
Alert mixins
The contextual module contains a couple of mixins for adding custom styles to alerts (color and style variants).
-
+
Mixin definitions
Mixin | Description |
@@ -386,7 +386,7 @@
-
+
make-alert-alt-color
Parameter | Type | Description | Sample value |
@@ -409,7 +409,7 @@
Sample usage
@include make-alert-alt-color ('urgent', #ffca28, #212121);
-
+
make-alert-alt-style
Parameter | Type | Description | Sample value |
@@ -455,7 +455,7 @@
Tooltip mixins
The contextual module contains a couple of mixins for adding custom styles to tooltips (color and style variants).
-
+
Mixin definitions
Mixin | Description |
@@ -471,7 +471,7 @@
-
+
make-tooltip-alt-color
Parameter | Type | Description | Sample value |
@@ -494,7 +494,7 @@
Sample usage
@include make-tooltip-alt-color ('primary', #0277bd, #fafafa);
-
+
make-tooltip-alt-style
Parameter | Type | Description | Sample value |
diff --git a/docs/customization/core.html b/docs/customization/core.html
index d247257..e5aedd9 100644
--- a/docs/customization/core.html
+++ b/docs/customization/core.html
@@ -64,7 +64,7 @@
Close icon
Generic border & shadow mixins
Responsive sizing & spacing mixins
- Responsive visibility helper mixins
+ Responsive visibility helper mixins
@@ -95,7 +95,7 @@
Typography & headings
The core module's typography rules are quite extensive and deal with background and foreground colors, used fonts, sizing and line height, along with heading, link and paragraph styling.
-
+
Variables
Variable | Type | Description | Sample value |
@@ -254,7 +254,7 @@
Common elements & fixes
The core module contains a plethora of styles for horizontal rules, lists and code elements, as well as a few optional display fixes for certain other elements.
-