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

feat: adds no wrap demo, refactors Y margins #22

Merged
merged 7 commits into from
Mar 27, 2021

Commits on Mar 13, 2021

  1. feat: adds wrapper var, .clean, some flexibility

    - adds variable to control wrapper border
    - adds uneven cols to have more flexibility
    - adds .clean class to wrapper to have no background, border, margin and padding
    - last .ph-row should not have margin-bottom
    - updates readme
    MickL authored and zalog committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    61bc000 View commit details
    Browse the repository at this point in the history
  2. revert: removes uneven cols

    This will comes in another PR from configuration setting.
    zalog committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    5747b6d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. feat: renames $ph-border var

    Renames var to match project naming.
    zalog committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    0cdada7 View commit details
    Browse the repository at this point in the history
  2. fix: removes not needed margin reset

    Fixes bottom symmetry inside `.ph-item`.
    zalog committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    62a1e3f View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Configuration menu
    Copy the full SHA
    adcff3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f62f67 View commit details
    Browse the repository at this point in the history
  3. refactor: moves margins for markup flexibility

    - refactors how margins are applied
    - uses `.ph-col` as wrapper in demo, but all `.ph-col-*` are working for spacings
    zalog committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    21f0f1a View commit details
    Browse the repository at this point in the history