@kkt/loader-stylus This package contains a plugin for using stylus with kkt. Usage in kkt Projects npm install @kkt/loader-stylus --dev With the loaderOneOf options // .kktrc.js export const loaderOneOf = [ require.resolve('@kkt/loader-stylus') ];