Skip to content

Commit 1790fc7

Browse files
committed
Moved stylelint processor to the end
1 parent d35a1d9 commit 1790fc7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "superfly-css-task-build",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Build task for superfly-css modules",
55
"main": "src/main/js/index.js",
66
"scripts": {

src/main/js/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ var stylelint_config = require('stylelint-config-standard');
1212

1313
var PLI = require('superfly-css-pli');
1414

15-
16-
var processors = [stylelint(stylelint_config), postcss_import, postcss_each, autoprefixer, postcss_custom_properties, postcss_calc, postcss_color_function, postcss_reporter({
15+
var processors = [postcss_import, postcss_each, autoprefixer, postcss_custom_properties, postcss_calc, postcss_color_function, stylelint(stylelint_config), postcss_reporter({
1716
clearMessages: true
1817
})];
1918

0 commit comments

Comments
 (0)