# responsive-menu/3.0.3/src/app/Mappers/scssphp/tests/outputs/comments.css

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

- Page: https://pluginprobe.com/plugins/responsive-menu/3.0.3/code/src/app/Mappers/scssphp/tests/outputs/comments.css
- Raw: https://pluginprobe.com/plugins/responsive-menu/3.0.3/raw/src/app/Mappers/scssphp/tests/outputs/comments.css
- 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/outputs/comments.css#L10-L20`.

```css
/** what the heck **/
/**

Here is a block comment

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

```
