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

Allow all classes for @apply #6580

Merged
merged 8 commits into from Jan 4, 2022

Commits on Dec 20, 2021

  1. Configuration menu
    Copy the full SHA
    19c3000 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. Merge branch 'master' into allow-all-classes

    # Conflicts:
    #	src/lib/setupWatchingContext.js
    thecrypticace committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    db04bd8 View commit details
    Browse the repository at this point in the history
  2. Use let

    We use it more consistently
    thecrypticace committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    74a6b69 View commit details
    Browse the repository at this point in the history
  3. Remove early return

    To match the style of the surrounding code
    thecrypticace committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    85e4f22 View commit details
    Browse the repository at this point in the history
  4. Don't return layer directives

    They do not need to be returned here. If it's needed in the future its easy enough to add it back.
    thecrypticace committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    3a2551e View commit details
    Browse the repository at this point in the history
  5. Use let

    thecrypticace committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    679c568 View commit details
    Browse the repository at this point in the history
  6. Update changelog

    thecrypticace committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    2a23201 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. fix typo

    And re-format comments
    RobinMalfait committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    7e33873 View commit details
    Browse the repository at this point in the history