1 /**
   2  * This rule is required so that we can force CSS to be dirty whenever the
   3  * index changes, so as to test some scenarios.
   4  */
   5 .indexed-cell:odd {
   6     text-fill: BLUE;
   7 }
   8 
   9 .indexed-cell {
  10     text-fill: BLACK;
  11 }