KnotText about CSS3

selector {
   property: value;
}
 
@rule(condition) {
   selector {
      property: value;
   }
}
 
/* comment */