css
css copied to clipboard
Unset Styles
This PR fixes a problem I ran into where unsetting styles by setting the empty string '' wasn't working.
In the process I also moved the style getter from ./style.js to ./computed.js, which was the only place that used that functionality.