Skip to content

Commit 8f009b8

Browse files
committed
Fix: Forgot to commit docs
1 parent 4e5305d commit 8f009b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

js/src/test/scala/com/thirdparty/defs/styles/StyleProps.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ trait StyleProps {
849849
* The column-gap CSS property sets the size of the gap (gutter) between an element's columns.
850850
*
851851
* - [[https://developer.mozilla.org/en-US/docs/Web/CSS/column-gap column-gap @ MDN]]
852-
* - [[https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-gap-row-gap-column-gap]]
852+
* - [[https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-gap-row-gap-column-gap Guide to Flexbox @ CSS-Tricks]]
853853
*/
854854
lazy val columnGap: StyleProp[String] with u.Length[DSP, Int] = lengthStyle("column-gap")
855855

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

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

0 commit comments

Comments
 (0)