source: imaps-frontend/node_modules/clean-css/lib/optimizer/level-0/optimize.js@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago

F4 Finalna Verzija

  • 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.