@appartmint/mint 1.2.0 → 1.2.1

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.0",
4
+ "version": "1.2.1",
5
5
  "license": "MIT",
6
6
  "description": "The front-end TS/SCSS framework of App Art Mint",
7
7
  "keywords": [
@@ -7,19 +7,6 @@
7
7
  /// Imports
8
8
  @use '../util' as *;
9
9
 
10
- /// Footer Styles
11
- app-footer {
12
- display: flex;
13
- flex-direction: column;
14
-
15
- &::before {
16
- content: '';
17
- display: flex;
18
- flex-grow: 1;
19
- height: 100%;
20
- background: css-var(trans);
21
- }
22
- }
23
10
 
24
11
  /// Footer styles
25
12
  #{class(footer)} {
@@ -97,7 +97,7 @@ main {
97
97
 
98
98
  @include fluid(padding, map-get($break, xs) * 1px, map-get($break, sm) * 1px, 4px, 16px);
99
99
 
100
- &+:not(#{prefix(footer-partial)}) {
100
+ &+:not(#{prefix(partial-footer)}) {
101
101
  height: 0;
102
102
  overflow: hidden;
103
103
  }