PluginProbe
GetResponse Forms by Optin Cat / 1.3.5
GetResponse Forms by Optin Cat v1.3.5
1.3.4 1.3.5 1.3.6 1.3.8 1.3.9 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.6.1 1.6.2 1.6.3 1.7.0 1.7.1 1.7.2 1.8.0 1.8.1 2.0.0 All 36 releases
getresponse / includes / classes / scssphp / tests / outputs / comments.css

comments.css in GetResponse Forms by Optin Cat 1.3.5, at includes/classes/scssphp/tests/outputs/comments.css

32 lines 626 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /** what the heck **/
2 /**
3 Here is a block comment
4 **/
5 /*hello*/
6 div {
7 /*yeah*/
8 border: 1px solid red;
9 /* another property */
10 color: url('http://mage-page.com');
11 string: "hello /* this is not a comment */";
12 world: "// neither is this";
13 string: 'hello /* this is not a comment */';
14 /*what if this is a comment */
15 world: '// neither is this';
16 what-ever: 100px;
17 background: url();
18 /*this is not a comment?*/ }
19
20 .dummy {
21 color: blue; }
22 /* comment 1 */
23 a {
24 /* comment 2 */
25 /* comment 3 */
26 color: red;
27 /* comment 4 */
28 background-color: red;
29 /* comment 5 */
30 /* comment 6 */ }
31 /* comment 7 */
32