podium-lib / issues

All podium issues, bugs, questions etc goes here. Documentation is to be found at https://podium-lib.io
1 stars 0 forks source link

Remove deprecated return values from the podlet .js() and .css() methods #23

Closed trygve-lie closed 4 years ago

trygve-lie commented 5 years ago

The .js() and .css() methods in the @podium/podlet module returns a value. These are deprecated (https://github.com/podium-lib/podlet/pull/57).

Make it so that these does not return a value.