Remove attach in favor of using toString in combo with insert-css in instances where you actually need to attach css to head w/ js. Seems like generally should be encouraged to make use of toString and write to files during build.
Helpful also so we don't have to clarify advantage of toString over attach in readme.
Remove
attach
in favor of usingtoString
in combo with insert-css in instances where you actually need to attach css to head w/ js. Seems like generally should be encouraged to make use oftoString
and write to files during build.Helpful also so we don't have to clarify advantage of
toString
overattach
in readme.