Skip to content

Commit c3ad377

Browse files
committed
chore(stylelint): require extension
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
1 parent b00b29e commit c3ad377

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/NcHeaderMenu/header-menu__trigger.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
33
* SPDX-License-Identifier: AGPL-3.0-or-later
44
*/
5-
@use 'variables' as variables;
5+
@use 'variables.scss' as variables;
66

77
.header-menu {
88
position: relative;

stylelint.config.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ module.exports = {
1616
ignorePseudoClasses: [...stylelintConfig.rules['selector-pseudo-class-no-unknown'][1].ignorePseudoClasses, 'global'],
1717
},
1818
],
19+
'scss/load-partial-extension': ['always'],
1920
},
2021
}

0 commit comments

Comments
 (0)