This is my sass:
table#orders {
background-color:#ff0000;
}
However, when I actually run this, I got an error saying Invalid CSS after "#ff0000": expected expression (e.g. 1px, bold), was ";"
I don't know why it is expecting something like 1px for background-color. Can anyone help me figure it out?