# responsive-menu/3.0.3/src/app/Mappers/scssphp/tests/inputs/comments.scss

Responsive Menu – Create Mobile-Friendly Menu, version 3.0.3. 29 lines.

- Page: https://pluginprobe.com/plugins/responsive-menu/3.0.3/code/src/app/Mappers/scssphp/tests/inputs/comments.scss
- Raw: https://pluginprobe.com/plugins/responsive-menu/3.0.3/raw/src/app/Mappers/scssphp/tests/inputs/comments.scss
- Modified: 2016-06-21T17:18:08+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/responsive-menu/3.0.3/code/src/app/Mappers/scssphp/tests/inputs/comments.scss#L10-L20`.

```scss

// what is going on?

/** what the heck **/

/**

Here is a block comment

**/


// this is a comment

// trailing backslash \
/*hello*/div /*yeah*/ { //surew
	border: 1px solid red; // world
	/* another property */
	color: url('http://mage-page.com');
	string: "hello /* this is not a comment */";
	world: "// neither is this";
	string: 'hello /* this is not a comment */' /*what if this is a comment */;
	world: '// neither is this' // hell world;
	;
	what-ever: 100px;
	background: url(/*this is not a comment?*/); // uhh what happens here
}


```
