Something went wrong while setting issue due date.
Some CSS rules exists twice in the dist CSS file
Closed
Some CSS rules exists twice in the dist CSS file
Created by: DanielRuf
some CSS rules like these exists twice, is there an error in the compiler or less? (starting at line 765)
.container:before, .container:after { display: table; content: " "; }
.container:after { clear: both; }