style(css): fix sass linter errors and add descriptions to css files

This commit is contained in:
Brandy Carney
2018-07-18 11:34:49 -04:00
parent 9488a98da0
commit 7d030ce27c
10 changed files with 47 additions and 15 deletions

View File

@ -1,4 +1,9 @@
// Column Alignment
// Flex Utilities
// --------------------------------------------------
// Creates flex attributes to align flex containers
// and items
// Align Self
// --------------------------------------------------
[align-self-start] {
@ -22,7 +27,7 @@
}
// Column Wrap
// Flex Wrap
// --------------------------------------------------
[nowrap] {