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

Add paddingBlock/Inline and generic marginBlock/Inline properties #549

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

Commits on Nov 15, 2021

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

Commits on Nov 16, 2021

  1. Add paddingBlock and paddingBlock2

    Missed those!
    dzuk-mutant committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    84d6402 View commit details
    Browse the repository at this point in the history
  2. Adds padding-inline, bidirectional margins

    Adds the following properties:
    - padding-inline (1 and 2 argument versions)
    - padding-inline-start
    - padding-inline-end
    
    Also adds generic versions of margin-block and margin-inline in both 1 and 2-argument versions.
    dzuk-mutant committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    54094b6 View commit details
    Browse the repository at this point in the history
  3. Documentation fixes for logical margins & paddings

    Forgot to add documentation declarations for the new functions >.<
    dzuk-mutant committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    e4ce8b5 View commit details
    Browse the repository at this point in the history