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

Add resolve options for imports from css files. #474

Merged
merged 6 commits into from Mar 29, 2019

Commits on Dec 20, 2018

  1. Specify resolve option to be used with the sass-loader. This allows @…

    …import in sass files to locate a file to import based on the package.json file and to look for local files with the appropriate extentions when not specified.
    David Ellingsworth authored and David Ellingsworth committed Dec 20, 2018
    Copy the full SHA
    b54ec7b View commit details
    Browse the repository at this point in the history
  2. Specify resolve option to be used with the css-loader. This allows @i…

    …mport in css files to locate a file to import based on the package.json file and to look for local files with the appropriate extensions when not specified.
    David Ellingsworth authored and David Ellingsworth committed Dec 20, 2018
    Copy the full SHA
    0f9657f View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Add functional test for sass imports via package.json sass property

    David Ellingsworth authored and David Ellingsworth committed Jan 7, 2019
    Copy the full SHA
    b9e42be View commit details
    Browse the repository at this point in the history
  2. Add functional test for css imports via package.json style property

    David Ellingsworth authored and David Ellingsworth committed Jan 7, 2019
    Copy the full SHA
    382bc5f View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. Copy the full SHA
    9525e7a View commit details
    Browse the repository at this point in the history
  2. fixing CS

    weaverryan committed Mar 29, 2019
    Copy the full SHA
    7895f63 View commit details
    Browse the repository at this point in the history