Skip to content

Commit e3efcf0

Browse files
refactor(test): auto-format codebase
1 parent 4e0f911 commit e3efcf0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

source/css/db-ui-base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// stylelint-disable-next-line import-notation, @stylistic/string-quotes
88
@import "../../build/scss/variables";
99
// stylelint-disable-next-line @stylistic/string-quotes
10-
@import url("variables.css");
10+
@import "variables.css";
1111

1212
/* body {
1313
font-family: var(--asset-font-db-screensans-regular-name);

source/styleguide/css/styleguide-specific.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
/*------------------------------------*\
7+
/* ------------------------------------*\
88
$PATTERN LAB-SPECIFIC STYLES
9-
\*------------------------------------*/
9+
\*------------------------------------ */
10+
1011
/**
1112
* This stylesheet is for styles you want to include only when the interface is being viewed within Pattern Lab.
1213
* This is helpful for displaying demo styles for grids, animations, color swatches, etc

0 commit comments

Comments
 (0)