Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge and enable feature.use 馃帀 #835

Merged
merged 27 commits into from Oct 1, 2019
Merged

Merge and enable feature.use 馃帀 #835

merged 27 commits into from Oct 1, 2019

Commits on Jun 26, 2019

  1. Copy the full SHA
    18b06df View commit details
    Browse the repository at this point in the history
  2. Merge pull request #736 from sass/merge-master

    Merge master into feature.use
    nex3 committed Jun 26, 2019
    Copy the full SHA
    ccec934 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. Add support for "@use with" (#728)

    nex3 committed Jun 27, 2019
    Copy the full SHA
    6f89055 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fe30fd6 View commit details
    Browse the repository at this point in the history
  3. Add a load-css() function

    nex3 committed Jun 27, 2019
    Copy the full SHA
    bfbe1ef View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

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

Commits on Jun 29, 2019

  1. Merge pull request #746 from sass/merge-master

    Merge master into feature.use
    nex3 committed Jun 29, 2019
    Copy the full SHA
    3c3fd1f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    72d9328 View commit details
    Browse the repository at this point in the history
  3. Fix a Dart 2.4 analysis hint

    nex3 committed Jun 29, 2019
    Copy the full SHA
    88774b3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #741 from sass/load-css

    Add load-css()
    nex3 committed Jun 29, 2019
    Copy the full SHA
    1fb3d1f View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. Copy the full SHA
    437e04e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #765 from sass/merge-master

    Merge origin/master into feature.use
    nex3 committed Jul 17, 2019
    Copy the full SHA
    c0f51c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

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

Commits on Jul 26, 2019

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

Commits on Jul 29, 2019

  1. Merge pull request #782 from sass/merge-master

    Merge master into feature.use
    nex3 committed Jul 29, 2019
    Copy the full SHA
    5629f59 View commit details
    Browse the repository at this point in the history
  2. Allow @use in the REPL (#784)

    nex3 committed Jul 29, 2019
    Copy the full SHA
    5349042 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Copy the full SHA
    8dea51d View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. Copy the full SHA
    75c0452 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. Merge pull request #817 from sass/merge-master

    Merge master into feature.use
    nex3 committed Sep 3, 2019
    Copy the full SHA
    cfd5cd7 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Copy the full SHA
    93a3a6f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Merge pull request #830 from sass/merge-master

    Merge master into feature.use
    nex3 committed Sep 26, 2019
    Copy the full SHA
    7bfbba0 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Always use a non-null map for _EvaluateVisitor._configuration (#827)

    We had been using null to represent an empty configuration, but that
    caused problems when an empty map snuck its way in as well. Now we
    always use maps, with a const empty map for the common case.
    
    See sass/sass#2744
    nex3 committed Sep 27, 2019
    Copy the full SHA
    75305a1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7d34406 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fa3c657 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Merge branch 'feature.use'

    nex3 committed Oct 1, 2019
    Copy the full SHA
    97203f1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5052350 View commit details
    Browse the repository at this point in the history
  3. Code review change

    nex3 committed Oct 1, 2019
    Copy the full SHA
    586a0eb View commit details
    Browse the repository at this point in the history