jongacnik / gr8

Customizable, functional css utilities
MIT License
174 stars 11 forks source link

Remove attach method #11

Closed jongacnik closed 7 years ago

jongacnik commented 7 years ago

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.

jongacnik commented 7 years ago

resolved #17