@nappr/nappr-styles 0.2.20 → 0.2.21

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.
Files changed (2) hide show
  1. package/lib/_reset.scss +1 -2
  2. package/package.json +1 -1
package/lib/_reset.scss CHANGED
@@ -114,9 +114,8 @@ section {
114
114
 
115
115
  html,
116
116
  body {
117
- height: 100%;
118
117
  margin: 0;
119
- min-height: 100%;
118
+ min-height: 100vh;
120
119
  padding: 0;
121
120
  }
122
121
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nappr/nappr-styles",
3
- "version": "0.2.20",
3
+ "version": "0.2.21",
4
4
  "description": "A collection of SCSS helpers",
5
5
  "main": "./styles.scss",
6
6
  "browser": "./dist/styles.css",