Sha256: 387eaaa7cf1f38983d95d5a3685540a92f9338bf1f79b9357b4f516bec13f3bf
Contents?: true
Size: 443 Bytes
Versions: 22
Compression:
Stored size: 443 Bytes
Contents
## Escaping Stylus allows you to escape characters, effectively turning them into identifiers, so that they can be rendered as literals. For example: body padding 1 \+ 2 will compile to: body { padding: 1 + 2; } Not that Stylus requires that `/` is parenthesized when used in a property: body font 14px/1.4 font (14px/1.4) yields: body { font: 14px/1.4; font: 10px; }
Version data entries
22 entries across 22 versions & 1 rubygems