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

Sass module system #84

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 23, 2019

  1. Package updates.

    Upgraded to sass 1.23.1.
    Added styleline-scss.
    peiche committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    890892f View commit details
    Browse the repository at this point in the history
  2. Added stylelint-scss to lint config.

    Adds support for Sass-specific at-rules, including the new @use and @forward directives.
    peiche committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    66a6bf7 View commit details
    Browse the repository at this point in the history
  3. Converted to Sass module system.

    Replaced all @import statements with @use.
    Removed __index include for members that produce no css, like functions. Instead, the @use directive imports each member directly for each include that needs it.
    peiche committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    f83d22f View commit details
    Browse the repository at this point in the history