mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
remove <icon forward></icon>
This commit is contained in:
@@ -105,8 +105,7 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
@function url-encode($val) {
|
||||
$val: str-replace($val, ' ', '%20');
|
||||
@return $val;
|
||||
@return str-replace($val, ' ', '%20');
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user