holygrail2 1.0.91 → 1.0.92

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.91",
3
+ "version": "1.0.92",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "directories": {
@@ -1193,7 +1193,6 @@ button {
1193
1193
  }
1194
1194
  .btn-grid {
1195
1195
  display: grid;
1196
- grid-template-columns: repeat(4, 1fr);
1197
1196
  grid-gap: 1px;
1198
1197
  background-color: $c-primary;
1199
1198
  border: 1px solid $c-primary;