"rtl:ignore" comment is ignored when using RTL and SASS
See original GitHub issueWhen using SASS and with RTL enabled. the following class should be left intact:
.my-class{
text-align: left; /* rtl:ignore */
}
But it gets converted by postcss anyway. This problem does not happen when using Stylus.
tests on:
Pkg quasar........ v1.5.5
Pkg @quasar/app... v1.3.3
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
MohammadYounes/rtlcss - Gitter
So, when I override a css value in my scss files , it is taken into account. Problem is, the value is overridden...
Read more >How to use both rtl and ltr bootstrap 5 sass styles in a project?
Question: how to connect or enable rtl bootstrap 5 scss styles? From the instructions, nothing is clear, except how to connect via link...
Read more >Control Directives - RTLCSS
Your guide on how to use and make the most out of RTLCSS ... Ignore, /*rtl:ignore*/, Ignores processing of the following node (self-closing)...
Read more >RTL SCSS suggested instructions - MoodleDocs
All comments not preceding a block, or a rule are ignored. Or in other words: currently the comments must always precede a statement,...
Read more >dir() - CSS: Cascading Style Sheets - MDN Web Docs
Selects any element with right-to-left text */ :dir(rtl) ... The latter match the HTML dir attribute, and ignore elements that lack it ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hi,
Thanks for reporting! Fix will be available in “quasar” v1.5.8.
Will require “quasar” v1.5.8 AND “@quasar/app” v1.3.6.