nthEverything icon indicating copy to clipboard operation
nthEverything copied to clipboard

CSS Parsing error

Open TheTrigger opened this issue 7 years ago • 0 comments

Referring to the example on codepen, the following code works but bugs if add a space or tab after the comma.

#letters:nth-letter(even), #letters:nth-letter(odd){

Its not possible too to make new line and insert spaces, single or multiple newline works as codepen example.

Trying with regex101.com it was working with (s)ingle line flag. (\s*(.*?)\s*\{(.*?)\} /sg)

TheTrigger avatar Dec 13 '17 17:12 TheTrigger