Ryan Christian

Results 603 comments of Ryan Christian

I have checked out the repository you've provided but the opacity seems to work correctly on my system. Have you tried deleting `node_modules` and your lock file, then reinstalling? You...

Thanks, that I can reproduce. It seems to be an issue only affecting CSS Modules. Importing the style sheet into the component works without issue. I'll try to take a...

The bug stems from an issue with `cssnano`, which is used by `optimize-css-assets-webpack-plugin`. It's known and been fixed, just waiting on a new release. A workaround is offered, but if...

> > > so do we need to bumpsome of our dep and re-release? Well currently there's nothing to bump. The lib author just says a fix "will be released...

Shouldn't be a bug but instead the lack of a feature. Might be missing on purpose though, have come across a few threads which suggest security issues with this. Not...

I'd say so. Can't think of a situation in which a user would want to change the `publicPath` of assets but exclude CSS from that, besides the theoretical. Making this...

Sure, if you wanted to implement I'd be happy to review and merge. However, this should be in addition to the standard handling of `manifest.json`, not altering/replacing existing behavior. Even...

Well the CLI doesn't generate a `package.json file`, all new project content comes from the [templates](https://github.com/preactjs-templates/). Preact-CLI v3 is used on all templates (at least I think it is used...

Can you provide a repo? Not entirely sure what I'm doing with Swiper, but styles seem to be there just fine. All I did was copy/paste the demo found [here](https://swiperjs.com/react/#usage)....

What CSS seems to be missing? Seems to match your hosted and running version if I go to `/apps`, which I think is where you're using Swiper? I'll need a...