Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarcosp committed Sep 9, 2021
1 parent 0144441 commit 904fbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/core/Ancestor_CssTypes.res
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module TextDecorationStyle = {
type t = [#solid | #double | #dotted | #dashed | #wavy]
type t = [#none | #solid | #double | #dotted | #dashed | #wavy]

let toString = (textDecorationStyle: t) => (textDecorationStyle :> string)
}
Expand Down

0 comments on commit 904fbde

Please sign in to comment.