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

Move defaults to their own always-on layer #6500

Merged
merged 5 commits into from Dec 14, 2021
Merged

Commits on Dec 14, 2021

  1. Switch to more declarative addDefaults API

    This preps us for introducing an implicitly included layer for defaults
    thecrypticace committed Dec 14, 2021
    Copy the full SHA
    dfc7b69 View commit details
    Browse the repository at this point in the history
  2. Move defaults to their own always-on layer

    Default's declarations are now processed and merged even when there is no tailwind base directive included in the stylesheet. Without this applying tailwind utilities in css modules would break if they relied on defaults rules.
    thecrypticace committed Dec 14, 2021
    Copy the full SHA
    0a33917 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e463c38 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    85e62d2 View commit details
    Browse the repository at this point in the history
  5. Update changelog

    thecrypticace committed Dec 14, 2021
    Copy the full SHA
    bde193d View commit details
    Browse the repository at this point in the history