@threespot/expand-toggle
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@threespot/expand-toggle", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Simple and accessible expandable functionality, similar to jQuery’s `slideToggle()` method.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -37,6 +37,7 @@ # Expand Toggle | ||
The following minimum styles are required (class name is an example): | ||
The following minimum styles are required: | ||
```scss | ||
.expandableContent { | ||
// This class name is just an example | ||
.expandable { | ||
$transition-speed: 400ms; | ||
@@ -43,0 +44,0 @@ |
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
1815955
111