Skip to content

Commit 7132c4a

Browse files
committed
fix quotes causing dist errors
1 parent 3cf491f commit 7132c4a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ui/components/buttons/base/_index.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// Copyright (c) 2015-present, salesforce.com, inc. All rights reserved
22
// Licensed under BSD 3-Clause - see LICENSE.txt or git.io/sfdc-license
3-
4-
@import "deprecate";
5-
@import "../mixins/index";
3+
@import 'deprecate';
4+
@import '../mixins/index';
65

76
/**
87
* @summary This neutralizes all the base styles making it look like a text link

0 commit comments

Comments
 (0)