@appartmint/mint 2.0.1 → 2.0.2

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.0.1",
4
+ "version": "2.0.2",
5
5
  "license": "MIT",
6
6
  "description": "The front-end TS/SCSS framework of App Art Mint",
7
7
  "keywords": [
@@ -46,6 +46,7 @@
46
46
  },
47
47
  "devDependencies": {
48
48
  "cross-env": "^7.0.3",
49
+ "cross-replace": "^0.2.0",
49
50
  "css-loader": "^7.1.2",
50
51
  "echo-cli": "^2.0.0",
51
52
  "mini-css-extract-plugin": "^2.9.2",
@@ -59,8 +60,5 @@
59
60
  "webpack": "^5.97.1",
60
61
  "webpack-cli": "^6.0.1",
61
62
  "webpack-remove-empty-scripts": "^1.0.4"
62
- },
63
- "dependencies": {
64
- "cross-replace": "^0.2.0"
65
63
  }
66
64
  }
@@ -114,7 +114,7 @@ main {
114
114
  }
115
115
 
116
116
  & + #{prefix(partial-footer)} {
117
- margin-top: 100vh;
117
+ transform: translateY(100vh);
118
118
  }
119
119
  }
120
120
  }