mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
style(css): fix sass linter errors and add descriptions to css files
This commit is contained in:
@ -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] {
|
||||
|
||||
Reference in New Issue
Block a user