tablepress-custom.css breaks when minified
-
Removing/renaming the tablepress-custom.min.css file brings my CSS modifications for table #10 back and displaying properly. With .min.css present, there is no formatting and the file is short and contains none of the terminating semi-colons I have specified in the Options tab:
Original CSS:
.tablepress-id-2 .column-1 { width: 50px !important; } .tablepress-id-2 .column-2 { width: 300px !important; } .tablepress-id-2 .column-3 { width: 100px !important; } .tablepress-id-10 { width: 1000px; } .tablepress-id-10 .row-1 { background-color: #7D7D7D; color: #fff; text-align: center; }
Sent to the browser (tablepress-custom.min.css) according to the Chrome Development Tools:
.tablepress-id-2 .column-1{width:50px!important}.tablepress-id-2 .column-2{width:300px!important}.tablepress-id-2 .column-3{width:100px!important}
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘tablepress-custom.css breaks when minified’ is closed to new replies.