From a6b700a6c93f58f6ff1c74664c0698a59d6f0634 Mon Sep 17 00:00:00 2001 From: Dan Searle Date: Thu, 24 Jan 2019 13:09:48 +0000 Subject: [PATCH] Remove CSS comments ...as they cause issues when other components import these styles using CSS modules :global --- .../x-follow-button/src/styles/components/FollowButton.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/x-follow-button/src/styles/components/FollowButton.scss b/components/x-follow-button/src/styles/components/FollowButton.scss index 80062e285..3c98e9db9 100644 --- a/components/x-follow-button/src/styles/components/FollowButton.scss +++ b/components/x-follow-button/src/styles/components/FollowButton.scss @@ -1,9 +1,5 @@ -/* Button.scss */ - @import '../mixins/lozenge/main'; -/* Mixins: are going to be reused across various components */ - .button { @include myftLozenge($with-toggle-icon: true); }