From c14f7488b3dd404672931b6b9a711df4cd933839 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Sat, 16 Feb 2019 15:28:41 +0100 Subject: [PATCH] build: Run stylelint also for css Since I9bff880de792da756f14726042df0a0df4139d1b Change-Id: I7a6625c53a26cb59518fab304b989fbd36273bc1 --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index c2de109..dff4a0f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -29,6 +29,7 @@ module.exports = function ( grunt ) { syntax: 'less' }, all: [ + '**/*.css', '**/*.less', // TODO: Nested imports cause stylelint to crash '!resources/skins.minerva.base.styles/print/styles.less',