We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07439d8 commit 1c8d1aaCopy full SHA for 1c8d1aa
src/modules/ast/css.js
@@ -116,7 +116,7 @@ exports.JSON = function(cssText) {
116
117
skipWhitespace();
118
119
- if (/^[.#a-zA-Z0-9\-\s,:()%*]+$/.test(selectorText)) {
+ if (/^[.#a-zA-Z0-9\-\s,:()%*+]+$/.test(selectorText)) {
120
const selectors = selectorText.split(',').map(s => s.trim());
121
const properties = {};
122
const nestedRules = [];
0 commit comments