holygrail2 1.2.8 → 1.2.9

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.2.8",
3
+ "version": "1.2.9",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "directories": {
@@ -129,6 +129,10 @@
129
129
  align-items: center;
130
130
  }
131
131
 
132
+ .align-end {
133
+ display: flex;
134
+ align-items: end;
135
+ }
132
136
  .align-center {
133
137
  display: flex;
134
138
  flex-direction: column;