From 41f926a2e79d05136dc89397de31581bcf8dce21 Mon Sep 17 00:00:00 2001 From: abhiomkar Date: Thu, 23 Jan 2020 15:02:05 -0800 Subject: [PATCH] test(button): Update comment for testing copybara service This is a long description of button comment changes. FUTURE_COPYBARA_INTEGRATE_REVIEW=https://github.com/material-components/material-components-web/pull/5493 from jony666666:master 6a564910b679f655e21e27d5497421bf2459e3e9 PiperOrigin-RevId: 291252380 --- packages/mdc-button/_mixins.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);