()
| 252 | } |
| 253 | |
| 254 | outputFile() { |
| 255 | if (this.opts.to) { |
| 256 | return this.path(this.opts.to) |
| 257 | } else if (this.opts.from) { |
| 258 | return this.path(this.opts.from) |
| 259 | } else { |
| 260 | return 'to.css' |
| 261 | } |
| 262 | } |
| 263 | |
| 264 | path(file) { |
| 265 | if (this.mapOpts.absolute) return file |
no test coverage detected