build: Run stylelint also for css

Since I9bff880de792da756f14726042df0a0df4139d1b

Change-Id: I7a6625c53a26cb59518fab304b989fbd36273bc1
This commit is contained in:
Umherirrender 2019-02-16 15:28:41 +01:00
parent 6865c3f7c7
commit c14f7488b3
1 changed files with 1 additions and 0 deletions

View File

@ -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',