marcj / css-element-queries

CSS Element-Queries aka Container Queries. High-speed element dimension/media queries in valid css.
http://marcj.github.io/css-element-queries/
MIT License
4.27k stars 487 forks source link

Do not break when page it RTL #201

Closed christianmemije closed 6 years ago

christianmemije commented 6 years ago

Greetings. We ran into an issue where the resize sensor was not behaving correctly when the dir of the html tag was set to rtl ( https://github.com/learningequality/kolibri/issues/1851). So a simple fix was to just set the dir of the resize sensor to ltr to prevent it from inheriting the dir. Thanks for this great library!

marcj commented 6 years ago

Good catch, thanks!