1
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Jun 12, 2023 — Jun 12, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #693 from Cerdic/Issue/leafo/438 More... about 5 years ago
Before reparsing a selector that need a double pass, you should revert [self] to & https://github.com/leafo/scssphp/issues/368 More... about 5 years ago
PSR2 fixes More... about 5 years ago
Fix https://github.com/leafo/scssphp/issues/486: take in account the inExp flag for reducing T_INTERPOLATE More... about 5 years ago
test case for https://github.com/leafo/scssphp/issues/486 More... about 5 years ago
Fix https://github.com/leafo/scssphp/issues/438 and a start for parent selector functions https://github.com/leafo/scssphp/issues/310: collapseSelectors() is extended and able to provide a string as well as an array in the selector format (comma separated list of space separated list) More... about 5 years ago
Tests case for selector functions, starting with parent selector itself https://github.com/leafo/scssphp/issues/438 and https://github.com/leafo/scssphp/issues/310 More... about 5 years ago
Merge pull request #692 from Cerdic/Issue/leafo/585 More... about 5 years ago
Merge pull request #691 from Cerdic/Issue/leafo/510 More... about 5 years ago
Merge pull request #690 from Cerdic/Issue/leafo/475v2 More... about 5 years ago
Fix https://github.com/leafo/scssphp/issues/585 : the first level of selector has to be collapsed with space More... about 5 years ago
Fix https://github.com/leafo/scssphp/issues/510 : the interpolation is a placeholder More... about 5 years ago
Test case for interpolation as a plceholder name https://github.com/leafo/scssphp/issues/510 More... about 5 years ago
Merge pull request #689 from Cerdic/Issue/leafo/598 More... about 5 years ago
Fix #598: striping space around relationshop operators in format crunched or compressed More... about 5 years ago
Merge pull request #687 from Cerdic/Issue/leafo/684 More... about 5 years ago
Merge pull request #686 from Cerdic/Issue/leafo/432 More... about 5 years ago
Merge pull request #683 from staabm/patch-1 More... about 5 years ago
Merge pull request #682 from Cerdic/Issue/leafo/371 More... about 5 years ago
Merge pull request #681 from Cerdic/Fix/extend More... about 5 years ago
Merge pull request #678 from Cerdic/dev/cache2 More... about 5 years ago
Fix proposal for #475: generate line number in wrapped media blocks with option --line-numbers More... about 5 years ago
Fix https://github.com/leafo/scssphp/issues/684: never merge media expressions if one has a 'not' + allow to merge media all with anything The fix is not super elegant but is doing the job: * when combining media expression, we insert a 'all' between each to know we're in a different @media, * in the compilation check previous and current type for a 'not' each time we meet a media type, and if there is one (and anything else than media types) split * ignore any media all as they can merge with everything + a little trick to keep an empty '@media' as is, not adding any 'all' More... about 5 years ago
Test for https://github.com/leafo/scssphp/issues/684 and combining media: 'not' is applying not only to the media type but the whole media expression, so it's safer to keep separate expressions as soon as a not and an expression is involved + you can combine a media all with any other type of media More... about 5 years ago
PSR2 More... about 5 years ago
Fix https://github.com/leafo/scssphp/issues/432: If there is a storeEnv you should take the @content from it, even if it's emtpy, not pickink it from the env (which would leads to a mistaken @content) More... about 5 years ago
Increase callstack length thresold to be able to compile big framework like Foundation (erm...) More... about 5 years ago
Use the full callStack to detect an infinite calling loop and throw an error when its length exceeds 1000 More... about 5 years ago
push/pop in call stack all compile children call, only @include and function call being named and displayed in error messages More... about 5 years ago
define a upper bound for the php version requirement More... about 5 years ago