Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 445fc37

Browse files
TedSandernshahan
authored andcommitted
Update formatting for example
PiperOrigin-RevId: 173412795
1 parent 8c70996 commit 445fc37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/material_button/_mixins.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ $button-disabled-background-dark: rgba(255, 255, 255, $mat-divider-opacity);
235235
///
236236
/// Should be scopped to the specific button needed to make raised.
237237
/// Example:
238-
/// ```Sass
238+
/// ```scss
239239
/// :host {
240240
/// @include raised-button('material-button.my-raised', $mat-blue);
241241
/// }
@@ -262,7 +262,7 @@ $button-disabled-background-dark: rgba(255, 255, 255, $mat-divider-opacity);
262262
///
263263
/// Should be scopped unless all buttons on the page should be dense.
264264
/// Example:
265-
/// ```Sass
265+
/// ```scss
266266
/// :host {
267267
/// @include button-dense-theme('material-button.dense', $mat-blue);
268268
/// }

0 commit comments

Comments
 (0)