mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
style(css): fix sass linter errors and add descriptions to css files
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
@import "../themes/ionic.globals";
|
||||
@import "../themes/ionic.mixins";
|
||||
|
||||
// Float Elements
|
||||
// --------------------------------------------------
|
||||
// Creates float attributes based on screen size
|
||||
|
||||
// Creates text transform attributes based on screen size
|
||||
@each $breakpoint in map-keys($screen-breakpoints) {
|
||||
$infix: breakpoint-infix($breakpoint, $screen-breakpoints);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user