@appartmint/mint 2.4.2 → 2.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@appartmint/mint",
3
3
  "author": "App Art Mint LLC",
4
- "version": "2.4.2",
4
+ "version": "2.4.4",
5
5
  "license": "MIT",
6
6
  "description": "The front-end TS/SCSS framework of App Art Mint",
7
7
  "keywords": [
@@ -186,6 +186,7 @@
186
186
  display: flex !important;
187
187
  height: auto !important;
188
188
  margin-bottom: 3rem;
189
+ overflow: visible;
189
190
 
190
191
  &>li:first-child {
191
192
  font-size: 1.5em;
@@ -136,4 +136,8 @@
136
136
  }
137
137
  }
138
138
  }
139
+
140
+ &-in {
141
+ animation: #{prefix(stretch-out)} 0.5s ease forwards;
142
+ }
139
143
  }