source:
frontend/node_modules/clean-css/lib/optimizer/level-0/optimize.js
| Last change on this file was 9af201e, checked in by , 12 days ago | |
|---|---|
|
|
| File size: 132 bytes | |
| Line | |
|---|---|
| 1 | function level0Optimize(tokens) { |
| 2 | // noop as level 0 means no optimizations! |
| 3 | return tokens; |
| 4 | } |
| 5 | |
| 6 | module.exports = level0Optimize; |
Note:
See TracBrowser
for help on using the repository browser.
