postcss-sass
postcss-sass copied to clipboard
Extended a parser class
Added supporting of @media, @mixin, @include, @extend, loops(@while, @for, @each)
Hey, @maletsden. Thanks, for PR. Please fix linter errors, before I'll review it. Thanks!
@maletsden thanks, I'll add now lint-staged
to prevent errors on commit steps.
@maletsden there're some errors still left. Check this - https://travis-ci.org/AleshaOleg/postcss-sass/jobs/393425991#L1232
Also, I will write tests for this methods a bit later. Ok?
@maletsden that's totally fine, but after your last changes tests failing:(
That's most likely because I've changed loop method since It wasn't working properly(it was slicing a part of parameters of loop node)
@maletsden ok, I'll check later