Skip to content

Commit a47a4ca

Browse files
authored
Release 2.15.0-alpha.6 (#4608)
2 parents 3cf491f + f1b57b0 commit a47a4ca

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"CSS"
99
],
1010
"homepage": "https://lightningdesignsystem.com",
11-
"version": "2.15.0-alpha.5",
11+
"version": "2.15.0-alpha.6",
1212
"author": "Salesforce",
1313
"bugs": {
1414
"url": "https://github.com/salesforce-ux/design-system/issues"

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)