1
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Jun 12, 2023 — Jun 12, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #701 from Cerdic/Issue/leafo/531 More... about 5 years ago
Merge pull request #700 from Cerdic/Issue/leafo/507 More... about 5 years ago
Test case for https://github.com/leafo/scssphp/issues/479 More... about 5 years ago
PSR2 More... about 5 years ago
Fix https://github.com/leafo/scssphp/issues/479: ensure comments starting a block will be in this block even if previous is empty More... about 5 years ago
Fix at-root vars scoping and https://github.com/leafo/scssphp/issues/380 : you should keep the full store env in at-root env, not removing parents but only their block and selectors when they are not matching the with condition More... about 5 years ago
Test case for at-root variable scoping More... about 5 years ago
Fix for infinite loop with a non interpolation #{ sequence, add this to the test case and a forgotten var_dump More... about 5 years ago
Fix https://github.com/leafo/scssphp/issues/586 : ignore the backslash-newline sequence in strings as it is a continuation mark More... about 5 years ago
Fix https://github.com/leafo/scssphp/issues/565 : parse and evaluate interpolation in comments More... about 5 years ago
Unit test for https://github.com/leafo/scssphp/issues/565 : interpolation in comments More... about 5 years ago
Unit test for supporting unicode high range chars in selector name (https://github.com/leafo/scssphp/issues/531) More... about 5 years ago
Fix https://github.com/leafo/scssphp/issues/531 : In CSS, identifiers (including element names, classes, and IDs in selectors) can contain only the characters [a-zA-Z0-9] and ISO 10646 characters U+00A0 and higher, plus the hyphen (-) and the underscore (_); they cannot start with a digit, two hyphens, or a hyphen followed by a digit. Identifiers can also contain escaped characters and any ISO 10646 character as a numeric code (see next item). More... about 5 years ago
Unit tests for unicode range syntax with wildcards More... about 5 years ago
Fix https://github.com/leafo/scssphp/issues/507 : support for unicode range syntax with wildcards More... about 5 years ago
Remove tests that no longer fail More... about 5 years ago
Fix #491 missing http(s) protocol from url() More... about 5 years ago
Fix #698 add source column to thrown error message More... about 5 years ago
Fixes #588 - invalid CSS outside of selector More... about 5 years ago
Bump version to v0.8.3 More... about 5 years ago
coding style tweaks More... about 5 years ago
phpcs More... about 5 years ago
Merge pull request #697 from Cerdic/Issue/leafo/542 More... about 5 years ago
Merge pull request #696 from Cerdic/Issue/leafo/368b More... about 5 years ago
Add a test case for named grid lines syntax https://github.com/leafo/scssphp/issues/542 More... about 5 years ago
https://github.com/leafo/scssphp/issues/542 : be able to parse bracket enclosed keyword as part of a property value More... about 5 years ago
Parser improvement to parse the content of :not() :has() :where() :is() itself as subselector - supporting all the selector syntax At the moment the subselector is re-flatten after the parsing because the compiler not know how to deal with nested selector structure https://github.com/leafo/scssphp/issues/368 More... about 5 years ago
phpcs More... about 5 years ago
Merge pull request #695 from Cerdic/Issue/leafo/368 More... about 5 years ago
Merge pull request #694 from Cerdic/Issue/leafo/486 More... about 5 years ago