PluginProbe
Responsive Menu – Create Mobile-Friendly Menu / 3.0.6
Responsive Menu – Create Mobile-Friendly Menu v3.0.6
4.7.3 3.1.5 3.1.6 3.1.7 3.1.8 3.1.9 4.0.0 4.0.1 4.0.2 4.0.3 4.0.4 4.1.0 4.1.1 4.1.10 4.1.11 4.1.12 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.7 4.1.8 4.1.9 4.2.0 All 90 releases
responsive-menu / src / app / Mappers / scssphp / tests / outputs / interpolation.css

interpolation.css in Responsive Menu – Create Mobile-Friendly Menu 3.0.6, at src/app/Mappers/scssphp/tests/outputs/interpolation.css

55 lines 929 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 div {
2 color: redwhite blue;
3 color: red white blue;
4 color: red whiteblue;
5 color: redwhiteblue;
6 color: ummyeahwhat;
7 color: stacked;
8 font-size: 10px/something;
9 font-size: 10px / something;
10 test: "whatworldwrong";
11 test: "whatworldwrong";
12 test: "whatworldwrong";
13 test: "what"world"wrong";
14 hi: "what is 16 end"; }
15
16 pre var {
17 color: red; }
18 pre var dad {
19 color: red; }
20 pre bedvardad {
21 color: red; }
22
23 cool .thing-1 {
24 color: red; }
25 cool .thing-2 {
26 color: red; }
27 cool .thing-3 {
28 color: red; }
29 cool .thing-4 {
30 color: red; }
31 cool .thing-5 {
32 color: red; }
33
34 abcde {
35 color: red; }
36
37 #hello, .world {
38 color: red; }
39
40 #abchelloyeah, .coolworldyes {
41 color: red; }
42
43 div.element:nth-child(2n) {
44 display: none; }
45
46 div {
47 hello: world;
48 coolhello: world;
49 helloone: world;
50 twohelloone: world;
51 oneabtwo: cool;
52 hello-world: red;
53 hello-mold: white;
54 hello-hello: blue; }
55