Sha256: ded1c8effe19eab9f84600f758a1ac270eaceab5ffda6cb3905b3b42d8ceb746

Contents?: true

Size: 491 Bytes

Versions: 1

Compression:

Stored size: 491 Bytes

Contents

# Opulent Comments

Single line comments are marked up with a forward slash character `/`.

```sass
/ This is a comment
```

## Block Comments
Block comments are marked up with two forward slash characters `//`.

```sass
// This is a block comment.
   It is on multiple lines.
```

## Output Comments
By default, comments are only for reference inside Opulent files. You can output them
by adding an exclamation character `!`, to resemble HTML.
```html
/! This comment will be outputted
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
opulent-1.4.0 docs/comments.md