holygrail2 1.0.77 → 1.0.78

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.77",
3
+ "version": "1.0.78",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "directories": {
@@ -474,6 +474,9 @@ strong {
474
474
  .border-1-grey {
475
475
  border: var(--line-width) solid $c-middle-grey;
476
476
  }
477
+ .border-1-light {
478
+ border: var(--line-width) solid $c-light-grey;
479
+ }
477
480
  .border-t {
478
481
  border-top: var(--line-width) solid $c-primary;
479
482
  }