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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.55.0
Choose a base ref
...
head repository: sass/dart-sass
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.56.0
Choose a head ref
  • 7 commits
  • 23 files changed
  • 3 contributors

Commits on Oct 24, 2022

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

Commits on Oct 27, 2022

  1. Indent comma-separated multiline selectors inside @media queries (#1814)

    * Indent comma-separated multiline selectors inside @media queries
    
    * update pubspec and changelog
    Goodwine authored Oct 27, 2022
    1 Configuration menu
    Copy the full SHA
    655b55c View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

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

Commits on Nov 1, 2022

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

Commits on Nov 3, 2022

  1. Make `cloneCss() clone modules that transitively contain CSS (#1824)

    Previously we were only cloning modules that directly contained CSS,
    but this created a problem where extensions could be added to their
    *shared* extension store across `load-css()` boundaries and thereby
    applied to upstream CSS.
    
    Closes #3322
    nex3 authored Nov 3, 2022
    1 Configuration menu
    Copy the full SHA
    00c3517 View commit details
    Browse the repository at this point in the history
  2. JS API: Validate that importer result 'contents' is a string and im…

    …prove ArgumentError output (#1816)
    
    * Validate ImporterResult 'contents' and improve ArgumentError output
    * only use JS stuff in the nodejs bindings
    * handle non-string contents for legacy importer too
    * make it work with node 12
    Goodwine authored Nov 3, 2022
    1 Configuration menu
    Copy the full SHA
    f3293db View commit details
    Browse the repository at this point in the history
Loading