This PR fixes an issue with parsing the styles attribute values. The main issue it fixes is that we tried splitting on `:` twice which we should only do once. Before this change see the following variable values: decl="width: 10px" rule=["width", "10px"] (each iteration one value) And for each rule value we tried splitting again on `:` which is wrong we should only do this once. |
||
|---|---|---|
| .. | ||
| locales | ||
| src | ||
| tests/fixtures | ||
| Cargo.toml | ||
| LICENSE-APACHE | ||