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

issue-#72 Tests, example fix/approach, and a patch to uncaught 'duplicate css' bug #105

Merged
merged 4 commits into from Sep 17, 2022

Commits on Sep 17, 2022

  1. Added .npmrc and .node-version files.

    - Updated .npmignore, and own email in package.json.
    elycruz committed Sep 17, 2022
    Copy the full SHA
    dc21cdb View commit details
    Browse the repository at this point in the history
  2. issue-#72 - Fixed bug where generated css was being duplicated in com…

    …piled css output.
    
    - Added test/example showing how to extract sass variables to generated output *.js module files.
    - Simplified 'License' section in main README.
    - Updated 'LICENSE' to point to './humans.txt' for maintaners/owners list.
    elycruz committed Sep 17, 2022
    Copy the full SHA
    17031fb View commit details
    Browse the repository at this point in the history
  3. issue-#72 - Cleaned up sass variables extraction test/example.

    - Updated package version.
    elycruz committed Sep 17, 2022
    Copy the full SHA
    07aef77 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #104 from elycruz/issue-#72-exports_sass_vars

    Issue #72 exports sass vars
    elycruz committed Sep 17, 2022
    Copy the full SHA
    e49b37a View commit details
    Browse the repository at this point in the history