about summary refs log tree commit diff stats
path: root/src/css/match.nim
diff options
context:
space:
mode:
Diffstat (limited to 'src/css/match.nim')
-rw-r--r--src/css/match.nim3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/css/match.nim b/src/css/match.nim
index 810cdbe4..e8a693eb 100644
--- a/src/css/match.nim
+++ b/src/css/match.nim
@@ -7,7 +7,8 @@ import css/cssparser
 import css/selectorparser
 import css/stylednode
 import html/dom
-import html/tags
+
+import chame/tags
 
 func attrSelectorMatches(elem: Element, sel: Selector): bool =
   case sel.rel