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

🐛 Enable 0.x with negative margins @ v4 #33593

Merged
merged 4 commits into from
Jun 24, 2021
Merged

🐛 Enable 0.x with negative margins @ v4 #33593

merged 4 commits into from
Jun 24, 2021

Commits on Apr 9, 2021

  1. 🐛 Enable 0.x with negative margins @ v4

    I set it as below, but no negative margin was added.
    `$spacers: (0\.5: ($spacer * .125));`
    
    After investigating, it seems that `0 \ .5` is also evaluated as 0.
    So I changed it to string comparison.
    
    HTML example: `<img class="mt-n0.5">`
    k-utsumi committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    f19d933 View commit details
    Browse the repository at this point in the history
  2. 💚 Clear CI errors

    k-utsumi committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    052d418 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

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

Commits on Jun 15, 2021

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