stylist 0.15.1

Stylist is a CSS-in-Rust styling solution for WebAssembly Applications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: expected a valid part of an attribute, got a block. Did you mean to write `${..}` to interpolate an expression?
 --> $DIR/block_in_attribute-fail.rs:6:31
  |
6 |             background-color: {should_be_expression};
  |                               ^^^^^^^^^^^^^^^^^^^^^^

error: expected a valid part of an attribute, got a block. Did you mean to write `${..}` to interpolate an expression?
 --> $DIR/block_in_attribute-fail.rs:7:20
  |
7 |             color: {another_expression};
  |                    ^^^^^^^^^^^^^^^^^^^^