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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make this package implementation-agnostic #573

Merged
merged 6 commits into from Aug 1, 2018

Commits on Jun 4, 2018

  1. Make this package implementation-agnostic

    Rather than always loading Node Sass, this now requires users to pass
    in either Dart Sass or Node Sass as an option to the loader.
    
    Closes webpack-contrib#435
    nex3 committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    55e9b48 View commit details
    Browse the repository at this point in the history
  2. Give new modules file extensions

    Importing stylesheets without extensions is non-standard behavior
    that's not supported in Dart Sass (see sass/libsass#2672).
    nex3 committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    3d24089 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

  1. Install Node Sass in the example

    nex3 committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    05d20e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. Configuration menu
    Copy the full SHA
    8f8081b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19d4ed2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41b0079 View commit details
    Browse the repository at this point in the history