New notices and so-simple
twhite96 opened this issue · 3 comments
Hi, Michael. I want to use your new notices with this theme. Most of it works well; I'm using these notices on a paid Jekyll theme and that works great.
Whenever I try to build my site, there is a SASS compilation error:
Conversion error: Jekyll::Converters::Scss encountered an error while converting 'assets/css/skins/dark.scss': Undefined mixin 'notice'. on line 190
This is because this theme doesn't recognize the new notices as there are no mixins for the current version of your notices. The old notices worked fine but I really, really like the new ones.
I've gone into the gem and deleted the offending code but when rebuilt, as you know, that code is regenerated. My question is, how can I build either a SASS mixin to get this to work or do you have any other suggestions?
Thank you.
Check the Sass documentation on how to create mixins.
Not really working. Can you show me an example? I'm not sure how to go about this. I tried writing my own mixin, etc. When I remove the offending code from the gem it runs fine locally but of course it doesn't in production or the Docker container I usually run Jekyll in.
This issue has been automatically marked as stale because it has not had recent activity.
If this is a bug and you can still reproduce this error on the master
branch, please reply with any additional information you have about it in order to keep the issue open.
If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial.
This issue will automatically be closed in 7 days if no further activity occurs. Thank you for all your contributions.