holygrail2 1.3.38 → 1.3.40

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.3.38",
3
+ "version": "1.3.40",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "style": "dist/style.css",
@@ -579,12 +579,12 @@ $max-vw: 1500px !default;
579
579
  @content;
580
580
  }
581
581
  } @else if $consulta == retina {
582
- @media only screen and (-webkit-min-device-pixel-ratio: 2),
583
- only screen and (min--moz-device-pixel-ratio: 2),
584
- only screen and (-o-min-device-pixel-ratio: 2/1),
585
- only screen and (min-device-pixel-ratio: 2),
586
- only screen and (min-resolution: 192dpi),
587
- only screen and (min-resolution: 2dppx) {
582
+ @media (-webkit-min-device-pixel-ratio: 2),
583
+ (min--moz-device-pixel-ratio: 2),
584
+ (-o-min-device-pixel-ratio: 2/1),
585
+ (min-device-pixel-ratio: 2),
586
+ (min-resolution: 192dpi),
587
+ (min-resolution: 2dppx) {
588
588
  @content;
589
589
  }
590
590
  }
@@ -125,8 +125,8 @@ input[type='number'] {
125
125
  :root {
126
126
  --line-width: 1px;
127
127
 
128
- @media screen and (-webkit-min-device-pixel-ratio: 2),
129
- screen and (min-resolution: 2dppx) {
128
+ @media (-webkit-min-device-pixel-ratio: 2),
129
+ (min-resolution: 2dppx) {
130
130
  --line-width: 0.5px;
131
131
  --line-width-negative: -0.5px;
132
132
  }
@@ -577,7 +577,6 @@ button {
577
577
  border: 0 solid transparent;
578
578
  height: auto;
579
579
  min-height: auto;
580
- font-size: 12px;
581
580
  padding-top: 6px;
582
581
  padding-bottom: 6px;
583
582
  line-height: 1;
@@ -707,7 +707,7 @@ input::placeholder {
707
707
  color: $c-dark-grey;
708
708
  }
709
709
  }
710
- @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
710
+ @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
711
711
  .form-input-label-2 > label {
712
712
  display: none;
713
713
  }