Skip to content

Commit

Permalink
Merge pull request #107 from chasefleming/chasefleming/script-attrs
Browse files Browse the repository at this point in the history
Add missing script attrs
  • Loading branch information
chasefleming authored Feb 4, 2024
2 parents 8ff5d21 + 852f47f commit de15dd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ const (
TableLayout = "table-layout"
CaptionSide = "caption-side"

// Resource Attributes
Integrity = "integrity"
Crossorigin = "crossorigin"

// Other Properties
Visibility = "visibility"
Clip = "clip"
Expand Down

0 comments on commit de15dd3

Please sign in to comment.