flystyles
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -17,3 +17,3 @@ --- | ||
And size is `0`, `xs`, `sm`, `md`, `lg`, `xl` with this configurable values: | ||
And size is `0`, `xs`, `sm`, `md`, `lg`, `xl`, `xxl` with this configurable values: | ||
@@ -27,2 +27,3 @@ ```scss | ||
$spacer-xl: 2rem !default; | ||
$spacer-xxl: 3rem !default; | ||
``` | ||
@@ -33,3 +34,4 @@ | ||
{% example html %} | ||
<span class="margin-0 padding-xs">.margin-0 .padding-xs</span> | ||
<p class="margin-0 padding-xs">margin-0 padding-xs</p> | ||
<p class="margin-sm padding-xxl">margin-sm padding-xxl</p> | ||
{% endexample %} |
{ | ||
"name": "flystyles", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Flywire UI Framework", | ||
@@ -5,0 +5,0 @@ "author": "Javier Arques <javier.arques@flywire.com>", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
327957
2193