active_frontend 17.6.0 → 17.6.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 423a6be5cb7ade727f54031663744c2913bdd6641b5b836adf769d6bb5354854
4
- data.tar.gz: 71cceda8ce3fa4db2c40e1c23765d548679b9e7366a0aedfc657950e573850d6
3
+ metadata.gz: 5ec036b7fa352e04ca1cbea086034cd687e821f434356112f070955445369eba
4
+ data.tar.gz: 53746b5300d4e2e97ab3a96c0cb91ffc3f26498768ef1fe7c6f9c9e8144451e7
5
5
  SHA512:
6
- metadata.gz: dacec0d3a54fe582be36df641736db15560365d33bcf9c98b0fc5c609202fb488bd0019adf0db85c65a12da5fc7b7dd276e1f1d88df5f8303c885ac0dcaa43b4
7
- data.tar.gz: 8d484bc74feabb9d20105ab7478c746d107d315853cde684cbd8d9f6fb499254e46514d5e6ec8449d77b13993a840f9bf3aad69f8a2450c4784ba5446fc9fff9
6
+ metadata.gz: ab7d616f109bf69813cb69a5fc3c9b63c2d5d6e06aa289971f66c8c88dfa5274c133480f58365f996012879e06d831394f2650cc6f9d793d2cfbcff484c9958a
7
+ data.tar.gz: a51a7f553ae9351540d3598ce1a2ec84f386c390dc759ad3b9954f6973cef23c345731b7bad9f9b8cf766f17e963f1d654594d4daacabf438ddea7982482d2a3
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveFrontend
4
- VERSION ||= '17.6.0'
4
+ VERSION ||= '17.6.1'
5
5
  end
@@ -76,7 +76,7 @@
76
76
  .container-grid {
77
77
  display: grid;
78
78
  grid-gap: 20px;
79
- grid-template-columns: repeat(auto-fill, minmax(33.33333%, 1fr));
79
+ grid-template-columns: repeat(3, 1fr);
80
80
  }
81
81
 
82
82
  // Columns
@@ -114,7 +114,7 @@
114
114
  // ==================================================
115
115
  @media only screen and (min-width: breakpoint-min-width(xl)) {
116
116
  .container-cols { column-count: 4; }
117
- .container-grid { grid-template-columns: repeat(auto-fill, minmax(25%, 1fr)); }
117
+ .container-grid { grid-template-columns: repeat(4, 1fr); }
118
118
  }
119
119
  @media only screen and (min-width: breakpoint-min-width(b)) and (max-width: breakpoint-max-width(l)) {
120
120
  @each $name, $widths in $grid-container-widths {
@@ -138,7 +138,7 @@
138
138
  }
139
139
 
140
140
  .container-cols { column-count: 2; }
141
- .container-grid { grid-template-columns: repeat(auto-fill, minmax(50%, 1fr)); }
141
+ .container-grid { grid-template-columns: repeat(2, 1fr); }
142
142
  .hidden-desktop { display: inherit; }
143
143
  .hidden-tablet { display: none; }
144
144
  }
@@ -180,7 +180,7 @@
180
180
  column-count: 1;
181
181
  column-gap: 0;
182
182
  }
183
- .container-grid { grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)); }
183
+ .container-grid { grid-template-columns: repeat(1, 1fr); }
184
184
  .hidden-desktop { display: inherit; }
185
185
  .hidden-phone { display: none; }
186
186
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 17.6.0
4
+ version: 17.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez