Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: CSS Nesting implementation #9549
feat: CSS Nesting implementation #9549
Changes from 14 commits
4ded50f
a3d4eaf
68713ee
8756de3
2661f4e
0e67006
d9174c4
b59387b
fcdc02e
dab01b1
05e959c
1ba667d
b0397d1
a37b975
48c6cdf
2291dc3
2b4e730
b6b872c
a8fb36d
21d5daf
92f1e3a
6373f16
b5444cf
7e2875b
7ea05ce
61497b2
751c73c
bdccdcb
633e05a
4d4d973
b884dae
46efb43
0708f16
eef0b3b
8f347a9
20629ca
862be02
ef4b743
1000cdf
89667b4
8c81aa7
51016b5
c1dfaaf
015e695
bd37582
4b4922e
337b162
055ec38
e075ad7
a421705
b9b4cab
f6a7796
fb09917
9c5c05e
26ba130
2c3cdab
a528ee6
bb8993b
32da098
a46d9fd
1543993
4a7ac18
f03e316
a53fa5a
67bf628
3d0a885
6e149f2
353d697
84b6f8b
36123fc
ecff925
1f23ce5
ec49db4
f6ba25c
0212055
4201cf7
e3b84d5
d470e13
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
using regexes for this sort of thing always makes me a bit nervous — have we tested this against e.g. values containing strings that contain special characters? see e.g. #10221