Victor Saa

Results 35 comments of Victor Saa
trafficstars

> If you are using PostCss the plugin [postcss-merge-selectors](https://github.com/georgeadamson/postcss-merge-selectors) does the job but has an issue with media queries. I don't know what would require to implement something better in...

I'm using this [cdn](https://www.bootstrapcdn.com/) version and currently experiencing the same as @arashyeganeh

Using alias, as stated [here](https://github.com/nuxt/image/issues/392) is the workaround. https://github.com/nuxt/image/issues/392#issuecomment-904457648 (Possible duplicate) That partially fixes the issue. Firebase uses **%2f** for slashes but NuxtImg converts those to real **/** breaking the...

Closing since this issue is related to nuxt: https://github.com/nuxt/nuxt/issues/22861

@larixer No need to reopen, as to clarify why: The yarn part of the issue comes from the fact that postinstall scripts run on link step. I was using that...

Facing the same issue even after switching to localstorage on nuxt global config.

![image](https://github.com/yunusga/postcss-sort-media-queries/assets/45251845/4fa9cf29-cddc-4a5b-af16-2053d481139b) Here are the benchmarks with the additional nest feature. My setup: ```js // postcss.config.js module.exports = { map: false, plugins: [ // Optimizations require("postcss-preset-env")({ stage: 4, features: { "nesting-rules":...

> Hi, @vis97c I think it is necessary to divide this functionality into 2 different plugins because additional complexity is added with different types of atRules. Nedd new `plugin postcss-merge-atrules`...

@yunusga Do you think this module should stick to sorting without actually merging? Because with the second module that functionality will be duplicated if we take into account the current...