-
Notifications
You must be signed in to change notification settings - Fork 636
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
How to overwrite styles #10
Comments
@janczizikow Any chance you could help with this? Thanks! |
Hey @Organikk, Really sorry for late answer on this, was quite busy and I didn't really maintain the repo during past few months. Did you try to remove the import of normalize from The SASS architecture in this projects follows the 7-1 pattern. So |
@janczizikow Thanks for getting back to me. I will give that a shot and report back. |
@janczizikow I should mention that I'm attempting to do this without actually cloning the repo and just using it via this method https://github.com/janczizikow/sleek#installing-to-existing-jekyll-project Is there a way I can overwrite styles using that method? Thanks |
Hey @Organikk , ok, I now I understand what's the issue here. I think the import for normalize and other vendor css isn't going to work when installing the the theme through ruby. I'll fix this, but as for temporary solution you can do the following (in your project directory): # On MacOS
open $(bundle show jekyll-sleek)
# On Windows
explorer /usr/local/lib/ruby/gems/2.3.0/gems/jekyll-sleek-0.1.3 This should open the folder containing the theme. In that folder you can navigate to Then you could just update the |
Hey @Organikk I just updated the gem of the theme, you can run Let me know if the fix helped. |
I am still getting the same problem with the latest version of the theme. I have my custom CSS in the file
per the instructions for customizing CSS in a Jekyll theme. Upon execution of
Please let me know if you have any suggestions on how to fix this. The repo is here: https://github.com/spsatuva/spsatuva.github.io/ Thanks! |
Hey @stevenstetzler, Please update the gem in your repo by running |
Hi there,
I'm getting the following error when trying to build my site:
Attempting to overerwrite with the following file:
/assets/css/main.scss
:I have the following node packages installed:
Any help would be appreciated, thanks.
The text was updated successfully, but these errors were encountered: