-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using with SCSS Files: Cannot read property 'match' of undefined #6
Comments
Same problem for me, but with Stylus
|
I KNOW! The previous maintainer of this namespace completely unpublished everything. I don't know why they did that; it's such an extremely bad idea. Anyway, they gave me the namespace when I asked if I could use it to revive the project. I tried to recover as much of the Git history as possible, but the original GitHub version was also deleted, so I grabbed what I could from old forks. The last version I could find before I did my rewrite was v0.2.6. :-\ So I don't see how I can recover 0.3 for you. And annoyingly, the previous maintainers pushed 1.0, 2,0 and 3.0 before deleting everything, which is why my version had to be named 4.0.0. :-p
The newest grunt-kss passes all the options onto kss-node, so you can find all the options at: https://www.npmjs.com/package/kss It looks like you want the @renet Can you try removing the |
This worked, but the template is required to correctly apply the styles to the examples. So our template is buggy. Can you please tell me how I can debug it to find out where the problem lays? |
Okay, i found it myself. Many deprecated handlebars were used in this template (as I migrated it from grunt-styleguide). Thanks for your help! |
Hi, I'm using the following configuration in my Grundfile.js:
Sorrily I'm getting this error when I run
grunt kss
:In /scss/custom there's a bunch of folders containing .scss files with dependencies between some of the .scss files. Can you please help me with this? Thanks in advance! :)
The text was updated successfully, but these errors were encountered: