mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
feat(rtl): add sass var $include-rtl
This commit is contained in:
@@ -220,3 +220,17 @@ ion-item-divider {
|
||||
ion-item-sliding {
|
||||
background-color: $item-ios-sliding-content-bg;
|
||||
}
|
||||
|
||||
// iOS item right-to-left
|
||||
// --------------------------------------------------
|
||||
@if $include-rtl {
|
||||
@at-root {
|
||||
|
||||
.rtl.ios {
|
||||
|
||||
// todo
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user