Skip to content

Ignoring media queries #4

@stephenmcghee

Description

@stephenmcghee

First off, thank you for creating this plugin, its very useful!

I have a request. When replacing all physical properties in a stylesheet with logical equivalents, is there a way to ignore media queries?
Logical properties aren't supported in media queries.

This works:
@media (min-width: 992px)
This doesn't:
@media (min-inline-size: 992px)

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions