Merge "Run stylelint also for less file"

This commit is contained in:
jenkins-bot 2017-07-18 21:06:57 +00:00 committed by Gerrit Code Review
commit 9a8c2e4080
2 changed files with 4 additions and 2 deletions

View file

@ -26,12 +26,14 @@ module.exports = function ( grunt ) {
stylelint: { stylelint: {
all: [ all: [
'**/*.css', '**/*.css',
'**/*.less',
'!node_modules/**' '!node_modules/**'
] ]
}, },
jsonlint: { jsonlint: {
all: [ all: [
'**/*.json', '**/*.json',
'.stylelintrc',
'!node_modules/**' '!node_modules/**'
] ]
} }

View file

@ -1,6 +1,6 @@
@import "mediawiki.mixins.less"; @import 'mediawiki.mixins.less';
.mw-references-columns { .mw-references-columns {
/* Minerva skin width is cut to 1000px (62.5em). With margins/paddings included this /* Minerva skin width is cut to 1000px (62.5em). With margins/paddings included this
leaves 55.8em for content. This ensures that 2 columns will be used where possible */ leaves 55.8em for content. This ensures that 2 columns will be used where possible */
.column-width( 25em ); .column-width( 25em );