sparkbox / splinter

🐭 Parse and split SCSS files based on functions and mixins.
2 stars 0 forks source link

:sparkle: feat: Strip SCSS comments before processing #17

Closed robtarr closed 7 years ago

robtarr commented 7 years ago

SCSS comments were breaking postCSS, causing any rules after a comment to be inlined, and thus turning those rules into comments. This removes all // comments before processing, which removes this error case.

asimpson commented 7 years ago

@robtarr added tests + version bump. If you're cool with those changes, go ahead and merge.