diff options
author | bptato <nincsnevem662@gmail.com> | 2024-06-22 18:14:21 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-06-22 18:15:56 +0200 |
commit | f6db5536c834185f7078e9614db7cca9faf3d153 (patch) | |
tree | 7e54b442eeea22cf2e3615adc75142b2606fbc03 /src/css/stylednode.nim | |
parent | 3e353c07a5c3d5f6c22062adf684cea59c0e86a3 (diff) | |
download | chawan-f6db5536c834185f7078e9614db7cca9faf3d153.tar.gz |
misc cleanups
Diffstat (limited to 'src/css/stylednode.nim')
-rw-r--r-- | src/css/stylednode.nim | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/css/stylednode.nim b/src/css/stylednode.nim index 0cfc8c64..a5d2b44b 100644 --- a/src/css/stylednode.nim +++ b/src/css/stylednode.nim @@ -1,9 +1,8 @@ +import chame/tags import css/cssvalues import css/selectorparser import html/dom -import chame/tags - # Container to hold a style and a node. # Pseudo-elements are implemented using StyledNode objects without nodes. Input # elements are implemented as internal "pseudo-elements." |