Skip to content

Commit

Permalink
feat: add SVG_TAG
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazuhiro-Mimaki committed Jun 26, 2024
1 parent 13b6a1d commit 2cafdb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/biome_css_analyze/src/keywords.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5588,7 +5588,7 @@ pub(crate) const HTML_TAGS: [&str; 148] = [

// https://developer.mozilla.org/ja/docs/Web/SVG/Element
// https://github.com/element-io/svg-tags/blob/master/lib/svg-tags.json
pub(crate) const SVG_TAGS: [&str; 81] = [
pub(crate) const SVG_TAGS: [&str; 82] = [
"a",
"altGlyph",
"altGlyphDef",
Expand Down Expand Up @@ -5640,6 +5640,7 @@ pub(crate) const SVG_TAGS: [&str; 81] = [
"g",
"glyph",
"glyphRef",
"hatch",
"hatchpath",
"hkern",
"image",
Expand Down

0 comments on commit 2cafdb8

Please sign in to comment.