mdn / css-examples

Code examples that accompany the MDN CSS documentation
https://developer.mozilla.org/docs/Web/CSS
Creative Commons Zero v1.0 Universal
618 stars 854 forks source link

fix: update `border-image-slice` value when fill is toggled (fixes #63) #175

Closed webcrawls closed 6 months ago

webcrawls commented 8 months ago

Description:

This PR updates the Border Image Generator tool, fixing a bug where the CSS code output is not updated when the fill checkbox is toggled.

Motivation:

Before this PR, the "CSS Code" section of the tool would not update the border-image-slice property when the fill value is toggled. This can lead to an inconsistency between given inputs and the resulting outputs. This PR fixes that by calling setOutputCSS inside the setBorderFill function, bringing it in-line with the behaviour of the setBorderSlice function.

Additional details:

Related issues and pull requests: