2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Remove RTL leftovers.

This commit is contained in:
XhmikosR
2014-05-13 09:26:24 +03:00
parent 7a765d1f8b
commit d0fca8aaad
4 changed files with 0 additions and 7 deletions
-1
View File
@@ -182,7 +182,6 @@ module.exports = function (grunt) {
},
files: {
'dist/css/<%= pkg.name %>.min.css': 'dist/css/<%= pkg.name %>.css',
'dist/css/<%= pkg.name %>-rtl.min.css': 'dist/css/<%= pkg.name %>-rtl.css',
'dist/css/<%= pkg.name %>-theme.min.css': 'dist/css/<%= pkg.name %>-theme.css'
}
}