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 / directives.css

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

78 lines 1.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @charset "hello-world";
2 @page : :left {
3 div {
4 color: red; } }
5
6 @page test { {
7 @media yes {
8 div {
9 color: red; } } }
10
11 @media something {
12 @page { {
13 @media else {
14 div {
15 height: 200px; } } } }
16
17 div {
18 color: red; }
19 @page yeah { {
20 div pre {
21 height: 20px; } }
22
23 @font-face {
24 color: red;
25 height: 20px; }
26
27 @keyframes 'bounce' {
28 from {
29 top: 100px;
30 animation-timing-function: ease-out; }
31
32 25% {
33 top: 50px;
34 animation-timing-function: ease-in; }
35
36 50% {
37 top: 100px;
38 animation-timing-function: ease-out; }
39
40 75% {
41 top: 75px;
42 animation-timing-function: ease-in; }
43
44 to {
45 top: 100px; } }
46
47 @-webkit-keyframes flowouttoleft {
48 0% {
49 -webkit-transform: translateX(0) scale(1); }
50
51 60%, 70% {
52 -webkit-transform: translateX(0) scale(0.7); }
53
54 100% {
55 -webkit-transform: translateX(-100%) scale(0.7); } }
56
57 div {
58 animation-name: 'diagonal-slide';
59 animation-duration: 5s;
60 animation-iteration-count: 10; }
61
62 @keyframes 'diagonal-slide' {
63 from {
64 left: 0;
65 top: 0; }
66
67 to {
68 left: 100px;
69 top: 100px; } }
70
71 @document url(http://www.w3.org/),
72 url-prefix(http://www.w3.org/Style/),
73 domain(mozilla.org),
74 regexp("https:.*") {
75 body {
76 color: purple;
77 background: yellow; } }
78