ID's

ID's are important if you don't want to use a class for something with JS describing it! If you do this:

#h1 {
  content.color = orange;
}

The out would be:

#h1 {
color: orange;
}

ID's can be used for anything you need it to be in DarkCSS, and there are no limits!