From 47c048e2123514dab514b39e5e61ce25ef8ffba6 Mon Sep 17 00:00:00 2001 From: Justin Duke Date: Sat, 22 Jun 2019 15:20:32 -0700 Subject: [PATCH] Fix 'FutureWarning: Possible nested set at position 329' --- scss/selector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/selector.py b/scss/selector.py index 8a6ecdf5..c187f01c 100644 --- a/scss/selector.py +++ b/scss/selector.py @@ -33,7 +33,7 @@ # 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.