Skip to content

Commit 9fb626a

Browse files
committed
Fixed unused aliases
1 parent 7f77909 commit 9fb626a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/grunt/watch.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ module.exports = {
1818
tasks: [
1919
'sass:plugin',
2020
'usebanner:plugin',
21-
'autoprefixer',
21+
'postcss',
2222
'wpcss:css',
23-
'cssjanus',
23+
'rtlcss',
2424
'cssmin:style',
2525
'replace:style',
2626
'copy:css'

0 commit comments

Comments
 (0)