Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: amanikira/css-examples
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: mdn/css-examples
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 174 files changed
  • 9 contributors

Commits on Mar 7, 2024

  1. chore: Improvements to template files, formatter config (mdn#173)

    * chore: Improvements to template files, formatter config
    
    * chore: add contrib doc
    
    * chore: add contrib doc
    
    * chore(style): Newlines at EOF per reviewer comments
    bsmth authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    eb01020 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Remove scroll bars in FF (mdn#152)

    * Height and width
    
    * Update modules/generated_content.html
    
    Co-authored-by: Vadim Makeev <hi@pepelsbey.dev>
    
    ---------
    
    Co-authored-by: Brian Thomas Smith <brian@smith.berlin>
    Co-authored-by: Vadim Makeev <hi@pepelsbey.dev>
    3 people authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    4f67fbe View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

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

Commits on May 8, 2024

  1. fix: update border-image-slice value when fill is toggled (fixes md…

    …n#63) (mdn#175)
    
    fix: update `border-image-slice` value when fill is toggled
    webcrawls authored May 8, 2024
    Configuration menu
    Copy the full SHA
    984cb14 View commit details
    Browse the repository at this point in the history
  2. feat: add 'copy css' button to tools/border-image-generator (mdn#174)

    * feat: add 'click to copy CSS' button to tools/border-image-generator
    
    * fix: replace `mousedown` listener with `onclick`
    
    * `mousedown` triggers for both right and middle-clicks, which does not align with the UX of a button. `onclick` is a more 'canonical' option.
    
    * fix: correct `click` listener typo
    
    * Fix code style
    
    ---------
    
    Co-authored-by: Vadim Makeev <vmakeev@mozilla.com>
    webcrawls and pepelsbey authored May 8, 2024
    Configuration menu
    Copy the full SHA
    eff2d4b View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Fix CSS Normal Flow: Inline demo (mdn#182)

    * Update inline.html
    
    Fixes the issue #33705 in mdn / content.
    
    * Update inline.html
    
    Fixes the issue textarea changes not being responsive
    
    * Remove extra spaces
    
    ---------
    
    Co-authored-by: Vadim Makeev <vmakeev@mozilla.com>
    ragul1697 and pepelsbey authored May 23, 2024
    Configuration menu
    Copy the full SHA
    84ab8c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. feat(css): add color-mix() tool (mdn#184)

    * feat(css): add color-mix() tool
    
    * fix column widths
    
    * apply review comments
    
    * in percentages use step 0.1
    
    * for consistancy make shorder hue rotation default
    OnkarRuikar authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    e0c8a42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1fc4fe View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

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

Commits on Aug 21, 2024

  1. width of flex ratio examples (mdn#187)

    * width of flex-grow example
    
    confusing lesson when the flex container is wider than the viewport. this fixes that.
    
    * min-width: 500px; (mdn#188)
    
    min-width: 500px;
    
    * Update flex-basis.html (mdn#189)
    
    * Update flex-shrink.html (mdn#190)
    
    * Update flex-shrink-ratios.html (mdn#191)
    
    * Update flex-shrink-min-content.html (mdn#192)
    estelle authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    7af122d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    47bf154 View commit details
    Browse the repository at this point in the history
  2. fix(css): improve color-mixer tool (mdn#193)

    * fix(css): improve color-mixer tool
    
    * Apply suggestions from code review
    
    Co-authored-by: Vadim Makeev <hi@pepelsbey.dev>
    
    * address review comments
    
    ---------
    
    Co-authored-by: Vadim Makeev <hi@pepelsbey.dev>
    OnkarRuikar and pepelsbey authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    cd8a45a View commit details
    Browse the repository at this point in the history
  3. Fix incorrect color named in example (mdn#194)

    Border is darkgreen but text color is red
    chriskirknielsen authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    ea6435c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. fix: convert rgba() to rgb() (mdn#195)

    * fix: convert rgba() to rgb()
    
    * convert hsla() to hsl()
    
    * convert in gradients
    
    * remove redundant opacity value `1`s
    OnkarRuikar authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6d9753d View commit details
    Browse the repository at this point in the history
  2. use new syntax for CSS color function values (mdn#196)

    use new syntax for css color function values
    OnkarRuikar authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    82dc5e6 View commit details
    Browse the repository at this point in the history
Loading