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: 2baa2f6f9df86eef323927033ad8b72057a1f0e4
Choose a base ref
...
head repository: sass/dart-sass
compare: fa0d2fb55aed9e72c9d65dab0db55a779777ff33
Choose a head ref
  • 19 commits
  • 53 files changed
  • 6 contributors

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

Commits on Apr 12, 2022

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

Commits on Apr 19, 2022

  1. Cut a release (#1671)

    nex3 committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    fbd450b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Fix the string representations of the Sass AST (#1682)

    * Fix the string representations of the Sass AST
    
    Those are used when providing recommendations in warnings or errors, so
    it is better if they produce valid code.
    
    * Add changelog
    
    Co-authored-by: Jennifer Thakar <jathak@google.com>
    stof and jathak committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    6eed6eb View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    0c24114 View commit details
    Browse the repository at this point in the history
  2. Fix the tracking of variable nodes for scopes (#1681)

    Co-authored-by: Natalie Weizenbaum <nweiz@google.com>
    stof and nex3 committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    7004d49 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Escape the source map URL before using it in a CSS comment (#1676)

    The URL must not be allowed to terminate the comment.
    stof committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    1e211d6 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Add documentation for using it with Docker (#1684)

    Co-authored-by: Natalie Weizenbaum <nweiz@google.com>
    o-alquimista and nex3 committed May 2, 2022
    Configuration menu
    Copy the full SHA
    2e7db70 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Fix assertUnit and assertNoUnits (#1686)

    Fixes #1685.
    jathak committed May 10, 2022
    Configuration menu
    Copy the full SHA
    b19b3b1 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

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