A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

PurgeCSS shouldn't remove button styles

+2 -2
+1 -1
CHANGELOG.md
··· 2 2 3 3 ## 2.3.1 4 4 5 - - Fixes Firefox CSS issue 5 + - Fixes Firefox CSS issues 6 6 7 7 ## 2.3.0 8 8
+1 -1
system/Css/purgecss.application.js
··· 23 23 }, []) 24 24 25 25 return classNames 26 - .concat([ "input", "select", "textarea" ]) 26 + .concat([ "button", "input", "select", "textarea" ]) 27 27 } 28 28 29 29