Closed blakeembrey closed 8 years ago
@carloslfu I forgot to mention in the summary, but the de-duping feature actually still works when prefixes are enabled because of the way the library is written. You just end up with multiple class name selectors on the one style - you can check the test for more info.
debug
option for re-using "display names" with style hasheschangeId
join
,url
andinject
utilities, link to open source module alternativesCloses https://github.com/blakeembrey/free-style/issues/30.
/cc @basarat @ajoslin @jkroso @carloslfu
I killed a few of the "utilities" in use sporadically because there's a lot of viable and better written third-party alternatives (
classnames
,image-url
andinsert-css
). The library itself has been a simplified as a result, and is under 500 lines in total. Anyone using the change events should also now checkchangeId
to figure out if an update is required. How do these changes sound to everyone (and anyone else watching the repo)?