blakeembrey / free-style

Make CSS easier and more maintainable by using JavaScript
MIT License
707 stars 29 forks source link

Styles that fire together wire together #76

Closed blakeembrey closed 5 years ago

blakeembrey commented 5 years ago

Refactors styles to keep singularly registered styles together and avoids de-duping across style registrations. This will help consistency of projects and avoids needing to do style re-ordering.

Related to https://github.com/blakeembrey/free-style/issues/41 and maintains https://github.com/blakeembrey/free-style/issues/14.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-1.0%) to 97.222% when pulling fe963f19c337c2c65a9b736d856eb390c91bf771 on test-reorder-change into 07a948caa7ef30994fea936b969b8071b86b8dd9 on master.