Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 431994d

Browse files
EladBezalelThomasBurleson
authored andcommitted
fix(mixins): removed multilined comment
- some node versions with `node-sass` on windows can't compile it into 1 line Closes #9002
1 parent 09f945b commit 431994d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/core/style/mixins.scss

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,10 +285,8 @@
285285
}
286286
}
287287

288-
/**
289-
* Mixin to create a primary checkbox.
290-
* Used by the checkbox and select component.
291-
*/
288+
// Mixin to create a primary checkbox.
289+
// Used by the checkbox and select component.
292290
@mixin checkbox-primary($checkedSelector: '.md-checked') {
293291
.md-ripple {
294292
color: '{{primary-600}}';

0 commit comments

Comments
 (0)