``` @css() { body: {color: blue}; } ``` the above code is supposed to be output if the layout template has `@css(output: 'all')`, however it is not.
the above code is supposed to be output if the layout template has
@css(output: 'all'), however it is not.