| 1 | class PluginPreProcessor { |
| 2 | process() { |
| 3 | return '.imported-class {color: coral;}' |
| 4 | } |
| 5 | } |
| 6 | |
| 7 | class CustomImportPlugin { |
| 8 | install(less, pluginManager) { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…