diff --git a/packages/mdc-button/_mixins.scss b/packages/mdc-button/_mixins.scss index b03ef0c80ba..cbb67f5ec9e 100644 --- a/packages/mdc-button/_mixins.scss +++ b/packages/mdc-button/_mixins.scss @@ -49,7 +49,7 @@ $ripple-target: ".mdc-button__ripple"; } } -// This API is intended for use by frameworks that may want to separate the ripple-related styles from the other +// Test. This API is intended for use by frameworks that may want to separate the ripple-related styles from the other // button styles. It is recommended that most users use `mdc-button-core-styles` instead. @mixin without-ripple($query: feature-targeting-functions.all()) { $feat-color: feature-targeting-functions.create-target($query, color);