(source, options)
| 111 | } |
| 112 | |
| 113 | function minifyStylesheet(source, options) { |
| 114 | return minify('stylesheet', source, options); |
| 115 | } |
| 116 | |
| 117 | function minifyBlock(source, options) { |
| 118 | return minify('declarationList', source, options); |
nothing calls this directly
no test coverage detected
searching dependent graphs…