Skip to content

Commit

Permalink
Fix: Forgot to commit docs
Browse files Browse the repository at this point in the history
  • Loading branch information
raquo committed Dec 4, 2023
1 parent 4e5305d commit 8f009b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/src/test/scala/com/thirdparty/defs/styles/StyleProps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ trait StyleProps {
* The column-gap CSS property sets the size of the gap (gutter) between an element's columns.
*
* - [[https://developer.mozilla.org/en-US/docs/Web/CSS/column-gap column-gap @ MDN]]
* - [[https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-gap-row-gap-column-gap]]
* - [[https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-gap-row-gap-column-gap Guide to Flexbox @ CSS-Tricks]]
*/
lazy val columnGap: StyleProp[String] with u.Length[DSP, Int] = lengthStyle("column-gap")

Expand Down Expand Up @@ -1179,7 +1179,7 @@ trait StyleProps {
* This property lets you set both `column-gap` and `row-gap` at the same time.
*
* - [[https://developer.mozilla.org/en-US/docs/Web/CSS/gap gap @ MDN]]
* - [[https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-gap-row-gap-column-gap]]
* - [[https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-gap-row-gap-column-gap Guide to Flexbox @ CSS-Tricks]]
*/
lazy val gap: StyleProp[String] with u.Length[DSP, Int] = lengthStyle("gap")

Expand Down Expand Up @@ -1717,7 +1717,7 @@ trait StyleProps {
* The row-gap CSS property sets the size of the gap (gutter) between an element's rows.
*
* - [[https://developer.mozilla.org/en-US/docs/Web/CSS/row-gap row-gap @ MDN]]
* - [[https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-gap-row-gap-column-gap]]
* - [[https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-gap-row-gap-column-gap Guide to Flexbox @ CSS-Tricks]]
*/
lazy val rowGap: StyleProp[String] with u.Length[DSP, Int] = lengthStyle("row-gap")

Expand Down

0 comments on commit 8f009b8

Please sign in to comment.