Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sass/dart-sass
base: e3bf3eb3a3a8708877a86a08c7e3bee92160ac1f
Choose a base ref
...
head repository: sass/dart-sass
compare: 039f2adeed22f46a0256ddb9e668261d0d0a74d1
Choose a head ref
  • 15 commits
  • 33 files changed
  • 6 contributors

Commits on Feb 17, 2022

  1. Configuration menu
    Copy the full SHA
    864d526 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f2f908 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4181d0d View commit details
    Browse the repository at this point in the history
  4. Fix CSS import bug (#1633)

    jathak committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    c66ea3f View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Configuration menu
    Copy the full SHA
    2baa2f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    3abcc20 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Preserve rgb/rgba/hsl/hsla formats in expanded mode (#1651)

    This also fixes a bug where four- and eight-digit hex numbers weren't
    being translated to more compatible formats.
    
    Closes #1634
    nex3 committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    33f18c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Run formatter directly in grind.dart (#1654)

    grinder's Pub class is broken in 2.17 (see google/grinder.dart#385), so we need to run the formatter directly.
    jathak committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    0db7ff2 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Remove dead code in the stylesheet parser (#1640)

    At that point, the scanner is still at the same position than the
    previous check for children returning a nested declaration, so  it is
    impossible for it to be looking at children.
    stof committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    85ca0b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. Configuration menu
    Copy the full SHA
    55157a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Stop simplifying calculations in supports (#1653)

    Fixes #1652.
    
    Also releases 1.49.10
    jathak committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    6652001 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Cut a release (#1659)

    This adds changelog entries for sass/dart-sass-embedded#80 and
    sass/embedded-host-node#118.
    nex3 committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    d7d3f8f View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    db85276 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Abort sass if stdin is closed when watching (#1411)

    Co-authored-by: Natalie Weizenbaum <nweiz@google.com>
    mcrumm and nex3 committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    c7ab426 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    039f2ad View commit details
    Browse the repository at this point in the history