mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
style(lint): fix lint errors with sass and ts
This commit is contained in:
@ -897,7 +897,7 @@ function cleanupStyles(s: Slides) {
|
||||
}
|
||||
|
||||
// Container
|
||||
if(s.container){
|
||||
if (s.container) {
|
||||
removeClass(s.container, s._classNames);
|
||||
s.container.removeAttribute('style');
|
||||
}
|
||||
|
Reference in New Issue
Block a user