- Conditional statements (
if
, etc) - Loops (
while
, etc) - Lists (
[1, 2, 3]
) - Priting to standard out (affectionately known as
STDOUT
) - The difference between strings and integers
Additional information
// ---- | |
// Sass (v3.4.7) | |
// Compass (v1.0.1) | |
// ---- | |
$colors: ( | |
_0: rgb(48,61,69), | |
_1: rgb(210,158,105), | |
_2: rgb(93,188,174), | |
_3: rgb(242,101,51), |
// ---- | |
// Sass (v3.4.9) | |
// Compass (v1.0.1) | |
// ---- | |
$leftSpacing: 0px; | |
$topSpacing: 50px; | |
#icons { | |
clear: both; |
I hereby claim:
To claim this, I am signing this object:
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>name</key> | |
<string>Brilliant</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> |
hi | |