WIP on master
This commit is contained in:
parent
b6ab1ff50e
commit
80aaab46f2
25 changed files with 6291 additions and 927 deletions
1
wwwroot/css/test-nesting.css
Normal file
1
wwwroot/css/test-nesting.css
Normal file
|
|
@ -0,0 +1 @@
|
|||
.test-container{display:flex;padding:20px}.test-container .test-child{color:blue}:is(.test-container .test-child):hover{color:red}.active:is(.test-container .test-child){font-weight:700}.test-container .test-nested{margin:10px}:is(.test-container .test-nested) .deep-nested{font-size:14px}
|
||||
Loading…
Add table
Add a link
Reference in a new issue