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 c561a77 commit 823523cCopy full SHA for 823523c
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