holygrail2 1.0.5 → 1.0.6

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,6 +1,6 @@
1
1
  {
2
2
  "name": "holygrail2",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "directories": {
@@ -127,9 +127,7 @@ input[type='number'] {
127
127
  --line-width: 1px;
128
128
 
129
129
  @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
130
- :root {
131
130
  --line-width: 0.5px;
132
131
  --line-width-negative: -0.5px;
133
- }
134
132
  }
135
133
  }