Skip to content

Commit

Permalink
Merge pull request #188 from pipefy/add-css-keywords
Browse files Browse the repository at this point in the history
Add border-style keywords
  • Loading branch information
flavorjones committed Jun 16, 2020
2 parents 6c329e8 + b519a4a commit e14b903
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/loofah/html5/safelist.rb
Expand Up @@ -614,9 +614,13 @@ module SafeList
"collapse",
"dashed",
"dotted",
"double",
"fuchsia",
"gray",
"green",
"groove",
"hidden",
"inset",
"italic",
"left",
"lime",
Expand All @@ -627,9 +631,11 @@ module SafeList
"normal",
"nowrap",
"olive",
"outset",
"pointer",
"purple",
"red",
"ridge",
"right",
"silver",
"solid",
Expand Down

0 comments on commit e14b903

Please sign in to comment.