C4rlos
KPCKevin Powell - Community
•Created by C4rlos on 8/31/2023 in #front-end
Part of page without container
7 replies
KPCKevin Powell - Community
•Created by C4rlos on 8/27/2023 in #front-end
Color bar - how to approach styling this element?
1 replies
KPCKevin Powell - Community
•Created by C4rlos on 8/19/2023 in #front-end
Vite build not resolved css ulr()
Just starting with vite and faced problem after build project.
During development everything was ok but after deploying on GH I realized that my background is missing images.
All my images used in HTML are visible beside background images from CSS.
Any reason why is that?
https://github.com/solracss/fem-social-proof-section
18 replies
KPCKevin Powell - Community
•Created by C4rlos on 8/17/2023 in #front-end
BEM with nested elements
How would you name clasess in nested elements following BEM?
How to avoid xxx__yyy_zzz_www... snakes?
3 replies
KPCKevin Powell - Community
•Created by C4rlos on 8/12/2023 in #front-end
Sass function to calc rem size - compilation error
Until today my function was working.
Now I get compilation error
Any reason why?
1 replies
KPCKevin Powell - Community
•Created by C4rlos on 8/8/2023 in #front-end
Bleeding background on border-radius
How can I prevent bleeding background on bottom corners?
https://codepen.io/solracss/pen/oNQOJRp?editors=1100
Already tried
- overflow: hidden
- background-clip: padding-box;
Only solution that works for me atm is to set different size of border, but's a dirty hack imo.
8 replies
KPCKevin Powell - Community
•Created by C4rlos on 8/6/2023 in #front-end
Vite / scripts for running sass
Hi, after watching one of Kevin vid
https://www.youtube.com/watch?v=o4cECvhrBo8 I've decided I'll try approach to turn off all extensions and run npm to - autorefresh html - compile sass I've never used
https://www.youtube.com/watch?v=o4cECvhrBo8 I've decided I'll try approach to turn off all extensions and run npm to - autorefresh html - compile sass I've never used
npm
before but managed to write this:
worked perfectly fine but then I realized that mabe try vite to do the same and learn even more (f.e. how to deploy site).
My site for training this:
GH: https://github.com/solracss/vitedeploy
Live: https://solracss.github.io/vitedeploy/
Could you please tell me if I did it correct?
The site is running but maybe there are some fields to improve?
ps: in package.json
i added script "start"
to comile scss for me to be able to watch css when doing projects.1 replies
KPCKevin Powell - Community
•Created by C4rlos on 8/4/2023 in #os-and-tools
Format on save - two lines separated by comma
3 replies
KPCKevin Powell - Community
•Created by C4rlos on 7/27/2023 in #front-end
Convert css variables into sass
Hi,
I'm learning sass and I was wondering how can I write this code in sass?
--item-color
is what gives me most trouble to write in sass.
Taken from Kevin gh (https://github.com/kevin-powell/results-summary-component-main)
8 replies