Skip to content

Commit 663f1e9

Browse files
committed
Prevented RTL inception
1 parent 062f213 commit 663f1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/grunt/rtlcss.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
cwd: '<%= paths.tmp %>',
1212
src: [
1313
'*.css',
14-
'!*.rtl.css',
14+
'!*-rtl.css',
1515
'!*.min.css'
1616
],
1717
dest: '<%= paths.tmp %>',

0 commit comments

Comments
 (0)