Iván Pereira
Iván Pereira
Hi @jimmy-guo, The issue is solved in [version 5.1.1](https://www.npmjs.com/package/postcss-rtlcss/v/5.1.1) of the library. You need to use [the aliases option](https://github.com/elchininet/postcss-rtlcss?tab=readme-ov-file#aliases) to achieve what you need: ```typescript // Options { aliases: {...
Hi @domenic, Just to report that after the inclussion of [dom-selector](https://www.npmjs.com/package/@asamuzakjp/dom-selector) this issue seems to be fixed, the selection with `:host` doesn‘t throw an error and it selects the proper...
Thanks for the update @twizzyyanki, As it has been a long time, I don‘t remember the order of the branches but I did a lot of improvements in my fork....
Hi @nex3, I have just read the thread, and maybe you already solved your issue since then but perhaps I can apport my two cents here. I would not recommend...
Hi @jameslounds, The `IsometricText` class has been added in the [version 3.7.0 of the package](https://www.npmjs.com/package/@elchininet/isometric/v/3.7.0). You can check [the documentation about its usage](https://github.com/elchininet/isometric#class-isometrictext), or consult the third example on the...
Hi @ludeeus, Not sure if this refactor will fix this, but I noticed that during a pull request the action [fails](https://github.com/elchininet/custom-sidebar/actions/runs/7784518621), but later on, when the PR is merged [it...
Perfect then, I wanted to be sure :) Thanks
Hi @MaciejZajac, That is correct, putting a media-query containing only declarations inside a rule [is a valid SASS code](https://sass-lang.com/documentation/at-rules/css/). But even if this plugin [has a basic support for rules...
Hi @MaciejZajac, I am seeing that since December 2023, `CSS` nesting is supported by the major browsers. I'll reopen the issue but do not expect that this will be solved...