Support for special queries

Hi!

I was wondering if there are plans to support CSS queries like @supports and @media print { }

At the moment BSS makes those lines of css red and strike them out, they dont seem to run when they’re striken out like that too.

My only workaround was to write just that CSS in VS code.

Not technically a bug but found it odd the native CSS feature didn’t support that.

These are useful for some types of CSS animation such as those that use animation-timeline and also useful for defining print-only styles.

This is correct, our CSS editor doesn’t support these queries yet. One workaround for now is to use the built-in SASS support if you wish to write your CSS in the app without restrictions.

We will add these queries in one of our next releases.

1 Like

That would be great to have in one of the next releases! For now I find that writing the css in vs code seems to work, I will try to export and see if it sticks