summaryrefslogtreecommitdiff
path: root/scss/selector.py
diff options
context:
space:
mode:
Diffstat (limited to 'scss/selector.py')
-rw-r--r--scss/selector.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/selector.py b/scss/selector.py
index 8a6ecdf..c187f01 100644
--- a/scss/selector.py
+++ b/scss/selector.py
@@ -33,7 +33,7 @@ SELECTOR_TOKENIZER = re.compile(r'''
# Square brackets are attribute tests
# TODO: this doesn't handle ] within a string
- | [[] .+? []]
+ | \[ .+? \]
# Dot and pound start class/id selectors. Percent starts a Sass
# extend-target faux selector.