Add shorthand way of getting inline style or getComputedStyle property #134
Labels
docs to do
Documentation still needs doing before this can get released
done on branch
This issue has been committed to the latest branch, and will get merged with the next release
Milestone
Need a handy way of referencing an inline style property. This has come up on a work project but there's a workaround so no major rush.
Possible syntax could be {:property}. Eg.
Needs to work on any style. This is not the same solution as using CSS variables, which would work fine too.
This wouldn't be a variable type. Like the attribute {@...} syntax it can't be assigned to anything. It's just a way of getting values.
The text was updated successfully, but these errors were encountered: