Skip to content

Commit c1d087f

Browse files
committed
Merge branch 'dependabot-npm_and_yarn-stylelint-16.15.0' of https://github.com/db-ui/base into dependabot-npm_and_yarn-stylelint-16.15.0
2 parents dc94e55 + 22c11c3 commit c1d087f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/99-auto-fix-dependabot-stylelint-updates.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# SPDX-FileCopyrightText: 2025 DB Systel GmbH
22
#
33
# SPDX-License-Identifier: Apache-2.0
4-
54
---
65
name: Auto-Format with Stylelint and Prettier on PR for "self-healing" PRs
76

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)