hexo-renderer-sass
hexo-renderer-sass copied to clipboard
Sass renderer plugin for Hexo
hotfixed import scss from node_modules. eg: bootstrap, tailwindcss
``` ERROR Asset render failed: app.css TypeError: Cannot read property 'node_sass' of undefined at Hexo.sassRenderer (D:\code\bootstrapo.com\node_modules\.npminstall\hexo-renderer-sass\0.2.0\hexo-renderer-sass\index.js:8:22) at D:\code\bootstrapo.com\node_modules\.npminstall\hexo\3.2.2\hexo\lib\hexo\render.js:61:21 at tryCatcher (D:\code\bootstrapo.com\node_modules\.npminstall\bluebird\3.4.1\bluebird\js\release\util.js:16:23) at Promise._settlePromiseFromHandler (D:\code\bootstrapo.com\node_modules\.npminstall\bluebird\3.4.1\bluebird\js\release\promise.js:504:31) at Promise._settlePromise (D:\code\bootstrapo.com\node_modules\.npminstall\bluebird\3.4.1\bluebird\js\release\promise.js:561:18) at Promise._settlePromise0 (D:\code\bootstrapo.com\node_modules\.npminstall\bluebird\3.4.1\bluebird\js\release\promise.js:606:10)...
Hi @JLHwung and @knksmith57, This is my project files/folders structure: ``` myproject/ themes/ mytheme/ .node_modules/ source/ css/ mytheme.sass _config.yml package.json ``` So, I modified my `myproject/themes/mytheme/source/css/mytheme.sass` file in order to...