1
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Jun 12, 2023 — Jun 12, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix https://github.com/leafo/scssphp/issues/599 : scope of local variables and updating the test about that point More... about 5 years ago
Merge pull request #655 from Cerdic/Issue/leafo/644v2 More... about 5 years ago
restore child state after compilation when it's selfParent has been altered More... about 5 years ago
one more test to check that a mixin state is not spoiled by a previous @at-root call More... about 5 years ago
when the scope is already at the root, nothing to do in a @at-root block for the new scope More... about 5 years ago
one more test about self propagation and previous media poisoning on @at-root More... about 5 years ago
change in spaces/white lines only More... about 5 years ago
https://github.com/leafo/scssphp/issues/644 : propagation of selfParent to T_INCLUDE blocks More... about 5 years ago
https://github.com/leafo/scssphp/issues/644 : when compiling an @include fix the parent of children instead of the selfParent, so the selectors compilation is standard. Then in a included @at-root, use the parent with its selector if any instead of the selfParent with no selector More... about 5 years ago
one more test about more nested interpolations More... about 5 years ago
https://github.com/leafo/scssphp/issues/644: when propagating selfparent to a child block, update its selectors with the current block one More... about 5 years ago
https://github.com/leafo/scssphp/issues/644 : missing reset when wrapping at-root block with selector, causing multiplication of the selector when it was in a mixin call several times More... about 5 years ago
one more test about nested interpolations of self More... about 5 years ago
Merge pull request #653 from Cerdic/Issue/leafo/493 More... about 5 years ago
Merge pull request #652 from Cerdic/Issue/leafo/620 More... about 5 years ago
Merge pull request #647 from Cerdic/PR/leafo/462 More... about 5 years ago
https://github.com/leafo/scssphp/issues/644 : the previous one was breaking some mixin calls with not elemntary selectors More... about 5 years ago
Some more tests that combine severals selectors, mixins self and at-root to check that everything is working together More... about 5 years ago
Slight change in the outputs due to directive compilation enhancement: * some additionnal new lines * one real change on the compilation of the following block which result is better at it now keeps initial order (even if still producing not valid result however) ` @foo { rule { a: b; } More... about 5 years ago
Unit test case for @support https://github.com/leafo/scssphp/issues/493 More... about 5 years ago
Fix https://github.com/leafo/scssphp/issues/493 : wrap assign lines in a block before compiling directives More... about 5 years ago
test case for https://github.com/leafo/scssphp/issues/620 More... about 5 years ago
Parser fix for https://github.com/leafo/scssphp/issues/620 : allow to assign self to a var without interpolation - this also simplify the iparsing of #{&} More... about 5 years ago
Compiler fix for https://github.com/leafo/scssphp/issues/620 : allow to assign self '&' to a var More... about 5 years ago
https://github.com/leafo/scssphp/issues/644 : * when compiling a mixin, you have to first extract the parent selector from the scope to provide it for the self '&' compilation * you have to propagate de selfParent when compiling at-root or generic block if any in the current block + flatten array in the joinSelectors() function when needed More... about 5 years ago
Unit tests for #644 coming out from real life compiling of BS4 More... about 5 years ago
PSR2 More... about 5 years ago
test output update : only white space diff due to the at-root compilation enhancement More... about 5 years ago
When at-root is enclosing a single property, there is no selector enclosing when compiling it So you need to complete it after compiling by picking it back in the saved scope More... about 5 years ago
finishing the test case for at-root failed compilation: adding some properties before and after and the expected outputs More... about 5 years ago