@appartmint/mint 1.2.2 → 1.2.3

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": "1.2.2",
4
+ "version": "1.2.3",
5
5
  "license": "MIT",
6
6
  "description": "The front-end TS/SCSS framework of App Art Mint",
7
7
  "keywords": [
@@ -239,7 +239,7 @@
239
239
  }
240
240
 
241
241
  #{class(content)} {
242
- height: 100%;
242
+ flex-grow: 1;
243
243
  }
244
244
 
245
245
  #{class(title)} {
@@ -1,5 +1,7 @@
1
+ /// Forward all global styles
1
2
  @use './animations';
2
3
  @use './aspect';
4
+ @use './flex';
3
5
  @use './global';
4
6
  @use './grid';
5
7
  @use './icons';