Skip to content

Commit b893be9

Browse files
committed
Revert "refactor(test): auto-format codebase with Stylelint"
This reverts commit 85203dd.
1 parent 373f94e commit b893be9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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 "variables.css";
10+
@import url("variables.css");
1111

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

source/styleguide/css/styleguide-specific.css

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

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

0 commit comments

Comments
 (0)