Open ghost opened 2 years ago
Hello, I am encountering the same problem, did you manage to solve this?
Any help or hint would be appreciated!
Yes! The css stylings are all listed in the sass file, but these extra ones just need to be correctly formatted. There were several issues and I managed to fix them by placing the correct formatting and just going through and spacing it out manually. It was a good exercise in coding, I'd recommend doing it manually as it helps go over the code and familiarize with it.
On Mon, Dec 26, 2022 at 2:48 PM franklin-009 @.***> wrote:
Hello, I am encountering the same problem, did you manage to solve this?
Any help or hint would be appreciated!
— Reply to this email directly, view it on GitHub https://github.com/longpdo/neumorphism/issues/52#issuecomment-1365404454, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEOW3AOTNL6NKLX6GZ52V4TWPHZB5ANCNFSM6AAAAAARJN2ZH4 . You are receiving this because you authored the thread.Message ID: @.***>
-- Stephen H. Littleton https://stephenlittleton.com www.StephenLittleton.com
(706) 315.9678
@.***
Excuse me @stephenxxxx , could you please tell me exactly how to solve the problem?
I tried to directly deploy the project in a repository from github pages but apparently they do not fully load the page styles, is that the same problem you had? I also tried to deploy with other hostings such as vercel, railway, render and netlify but I have the same result and in some the deployment does not even work, I would greatly appreciate your help, I attach a screenshot below. 😔🙏
are you familiar with jekyll? it's a jekyll site. If it's not rendering the css like that its a serverside thing. Its just trying to serve the site by using the source code. you have to compile it first, then render it. jekyll is what you are after.
jekyllrb.com if you can get ruby installed, jekyll is pretty simple install. ruby is as well. jekyll is a ruby gem much like a node package.
Thanks, if you need some more help let me know.
On Wed, Nov 29, 2023 at 3:45 PM Adopted @.***> wrote:
Excuse me @stephenxxxx https://github.com/stephenxxxx , could you please tell me exactly how to solve the problem?
I tried to directly deploy the project in a repository from github pages but apparently they do not fully load the page styles, is that the same problem you had? I also tried to deploy with other hostings such as vercel, railway, render and netlify but I have the same result and in some the deployment does not even work, I would greatly appreciate your help, I attach a screenshot below. 😔🙏
image.png (view on web) https://github.com/longpdo/neumorphism/assets/83385717/20f286d5-b40d-45aa-acf7-460f6beb7bee
— Reply to this email directly, view it on GitHub https://github.com/longpdo/neumorphism/issues/52#issuecomment-1832673535, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEOW3APNE7G36G3Z27XH443YG6NFLAVCNFSM6AAAAAARJN2ZH6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZSGY3TGNJTGU . You are receiving this because you were mentioned.Message ID: @.***>
-- Stephen H. Littleton https://stephenlittleton.com www.StephenLittleton.com
(706) 315.9678
@.***
Is this issue still active?
Modifying the CSS stylings using the _SASS folder's MAIN.SCSS. For some reason this file exists but is not read? I'm not quite sure where this file's referenced if it even is, however, changing the file's contents does absolutely nothing.
The actual CSS is pulled from /assets/css/main.min.css <-- This is where it is pulling the style sheets. I am wondering is there something I need to do with the SASS file for it to work? It looks like main.min.css is a machine compiled output of the aformentioned sass file.
I've tried to zero main.min.css and just replace it's contents with the sass file, or @import but before I start going any further, is there a special way to get the SASS file to work?
Thank you