-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extended a parser class #56
base: master
Are you sure you want to change the base?
Conversation
Hey, @maletsden. Thanks, for PR. |
@maletsden thanks, I'll add now |
@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 |
This reverts commit a46c970.
…te a 'rule' node instead of 'atrule' and it was SLICING the end of conditional statement
fix eslint errors
Added supporting of @media, @mixin, @include, @extend, loops(@while, @for, @each)