Comparing version 4.1.0 to 4.1.1
{ | ||
"name": "cf-core", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Capital Framework core styles", | ||
@@ -5,0 +5,0 @@ "main": "src/capital-framework.js", |
@@ -131,2 +131,3 @@ The cf-core component acts as the backbone for Capital Framework. | ||
Ex. | ||
``` | ||
@@ -158,2 +159,3 @@ .respond-to-min( @bp-sm-min, { | ||
Ex. | ||
``` | ||
@@ -240,2 +242,3 @@ .respond-to-range( @bp-sm-min, @bp-sm-max, { | ||
1. Add a `no-js` class added to the `html` | ||
``` | ||
@@ -246,2 +249,3 @@ <html class="no-js"> | ||
2. Add a script to remove the `no-js` class after confirming JavaScript is available | ||
``` | ||
@@ -256,2 +260,3 @@ <script> | ||
3. Add the utility class to the element you want to hide | ||
``` | ||
@@ -258,0 +263,0 @@ <div class="u-js-only"></div> |
357752