build: Run stylelint for less file

Follow-Up: I558fa2aaed90afee8488f8b68c71959e3c75331d
Change-Id: I3a53a5cad92bb74a2a92385e40c939d4682315c0
This commit is contained in:
Umherirrender 2024-05-17 23:03:00 +02:00
parent 27f63dbd6e
commit e8e4429a22
2 changed files with 3 additions and 2 deletions

View file

@ -15,7 +15,7 @@ module.exports = function ( grunt ) {
},
stylelint: {
all: [
'**/*.css',
'**/*.{css,less}',
'!node_modules/**',
'!vendor/**'
]

View file

@ -1,4 +1,4 @@
@import "mediawiki.skin.variables.less";
@import 'mediawiki.skin.variables.less';
kbd {
font-family: monospace, monospace;
@ -13,6 +13,7 @@ fieldset {
.cdx-button.mw-oathauth-recoverycodes-download {
margin-top: 1em;
}
.mw-oathauth-recoverycodes-download-icon {
.cdx-mixin-css-icon( @cdx-icon-download, @param-is-button-icon: true );
}