Sha256: 75ebc32d1648b07d113bf94c82974327c899b85df514248979d9cb00e5c00641
Contents?: true
Size: 545 Bytes
Versions: 40
Compression:
Stored size: 545 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 ``` ```html <!-- This comment will be outputted --> ```
Version data entries
40 entries across 40 versions & 1 rubygems