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 89c721b commit 5feea73Copy full SHA for 5feea73
test/test.njk
@@ -0,0 +1,33 @@
1
+<html>
2
+
3
+<head>
4
+ <style>
5
+ .internal {
6
+ color: red;
7
+ }
8
9
+ .internal-test1 .internal-test2 {
10
11
12
13
+ #internal_id {
14
15
16
17
+ #internal_id-test1 #internal_id-test2 {
18
19
20
+ </style>
21
+</head>
22
23
+<body>
24
+ <a href="#" id="external_id" style="color: white;" class="external-test1">TEST</a>
25
+ <a href="#" id="internal_id" style="
26
+ color: white;
27
+ background-color: red;" class="
28
+ external container
29
+ internal
30
+ ">TEST</a>
31
+</body>
32
33
+</html>
0 commit comments