source: frontend/node_modules/clean-css/lib/optimizer/level-0/optimize.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 132 bytes
Line 
1function level0Optimize(tokens) {
2 // noop as level 0 means no optimizations!
3 return tokens;
4}
5
6module.exports = level0Optimize;
Note: See TracBrowser for help on using the repository browser.