Closed ghost closed 5 years ago
The following used to format to a single line. Now I get the below mess.
What do I have to do, to get this to format to a single line like it used to?
Thank you!
Karl
$badge-round-theme: igx-badge-theme( $disable-shadow: false, $background-color: igx-color($default-palette, primary), $border-color: rgb(255, 255, 255), $text-color: rgb(255, 255, 255));
If you write the code in a single line the format command keep the single line, if you write the code like your comment the format command keep more lines.
The following used to format to a single line. Now I get the below mess.
What do I have to do, to get this to format to a single line like it used to?
Thank you!
Karl
$badge-round-theme: igx-badge-theme( $disable-shadow: false, $background-color: igx-color($default-palette, primary), $border-color: rgb(255, 255, 255), $text-color: rgb(255, 255, 255));