Currently, the Service Studio CSS editor does not recognize "@layer" directives (notice the warning and the missing syntax highlighting on my ".test" class.

Layers are a part of CSS and already mostly supported in all browsers.
Althought this does not impact atual usage, it would be nice for it to be supported in the code editor.
This could be as easy to implement as updating the underlying editor (I think it's Monaco Editor)