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

Updates the min/max parsing to check for empty attributes #18

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Aug 18, 2020

  1. Updating

    keeping up to date
    gingerchew authored Aug 18, 2020
    Configuration menu
    Copy the full SHA
    026c941 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    4bf13e5 View commit details
    Browse the repository at this point in the history
  2. Adds abstraction to attribute validation

    Since the check inside the if statement would grow to 3 checks,
    makes sense to move those into a variable check that for readability.
    Connor Wilson committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    fdcb3ba View commit details
    Browse the repository at this point in the history
  3. Adds ignore rule for the .yarn folder

    Connor Wilson committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    ab3fadd View commit details
    Browse the repository at this point in the history
  4. Adds ignore rule for .yarnrc.yml

    Connor Wilson committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    8974c66 View commit details
    Browse the repository at this point in the history
  5. New files generated from the Yarn v2 Compatibility

    Connor Wilson committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    d717292 View commit details
    Browse the repository at this point in the history
  6. Untracks .yarnrc.yml

    Connor Wilson committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    dbcc32c View commit details
    Browse the repository at this point in the history
  7. New build to include min/max fallback

    Connor Wilson committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    c7d3074 View commit details
    Browse the repository at this point in the history
  8. Adds test to example page

    Connor Wilson committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    b599358 View commit details
    Browse the repository at this point in the history