UNPKG

clanga

Version:

Generate responsive and reusable CSS using clean JavaScript. No more raw CSS or utility class clutter.

10 lines (6 loc) 177 B
import { spawn } from 'child_process'; export default function loader(source) { const child = spawn('node', [this.resourcePath], { stdio: 'inherit' }); }