Skip to content

Commit ce06888

Browse files
authored
Merge pull request #6044 from IgniteUI/fix-#6030-master
fix(themes): RTL styling patches
2 parents d80d509 + 05fc2d5 commit ce06888

File tree

6 files changed

+566
-165
lines changed

6 files changed

+566
-165
lines changed

browserslist renamed to .browserslistrc

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# For additional information regarding the format and rule options, please see:
33
# https://github.com/browserslist/browserslist#queries
44
# For IE 9-11 support, please uncomment the last line of the file and adjust as needed
5-
> 0.5%
6-
last 2 versions
5+
> 3%
6+
last 5 versions
77
Firefox ESR
88
not dead
9-
# IE 9-11
9+
# IE 9-11

gulpfile.js

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ const TYPEDOC_THEME = {
4343

4444
module.exports.buildStyle = (cb) => {
4545
const prefixer = postcss([autoprefixer({
46-
browsers: ['last 5 versions', '> 3%'],
4746
cascade: false,
4847
grid: true
4948
})]);

0 commit comments

Comments
 (0)