Skip to content

Commit

Permalink
Merge pull request #6044 from IgniteUI/fix-#6030-master
Browse files Browse the repository at this point in the history
fix(themes): RTL styling patches
  • Loading branch information
rkaraivanov authored Oct 25, 2019
2 parents d80d509 + 05fc2d5 commit ce06888
Show file tree
Hide file tree
Showing 6 changed files with 566 additions and 165 deletions.
6 changes: 3 additions & 3 deletions browserslist → .browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# For additional information regarding the format and rule options, please see:
# https://github.com/browserslist/browserslist#queries
# For IE 9-11 support, please uncomment the last line of the file and adjust as needed
> 0.5%
last 2 versions
> 3%
last 5 versions
Firefox ESR
not dead
# IE 9-11
# IE 9-11
1 change: 0 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ const TYPEDOC_THEME = {

module.exports.buildStyle = (cb) => {
const prefixer = postcss([autoprefixer({
browsers: ['last 5 versions', '> 3%'],
cascade: false,
grid: true
})]);
Expand Down
Loading

0 comments on commit ce06888

Please sign in to comment.