tharun
KPCKevin Powell - Community
•Created by vince on 10/31/2024 in #os-and-tools
How to use Webpack as a way to compile Sass -> Css?
You can try Parcel as an alternative. With Parcel, you can link the SASS file to your HTML using the
link
tag like how you would link your CSS.16 replies
KPCKevin Powell - Community
•Created by clevermissfox on 10/6/2024 in #os-and-tools
VS Code path auto completion
There's an extension called Path Intellisense. This might help you
25 replies
KPCKevin Powell - Community
•Created by theboyduddus on 9/17/2024 in #os-and-tools
how do i fix having to close the tab and reopen it again for my code to get updated in live server?
Live Server(by Ritwik Dey) doesn't require you to close the tab and reopen it in order to update the changes. Never heard of this issue before
5 replies
KPCKevin Powell - Community
•Created by theboyduddus on 8/27/2024 in #os-and-tools
Problems with live server on vscode
I don't know if this makes an effect but have you done any changes to the Firewall?
12 replies
KPCKevin Powell - Community
•Created by theboyduddus on 8/27/2024 in #os-and-tools
Problems with live server on vscode
Did you try restarting the server or reinstalling the extension?
There's a possibility that reinstalling the extension might fix the issues
12 replies
KPCKevin Powell - Community
•Created by Vandana on 8/26/2024 in #os-and-tools
autoformatting which can be easily set up in VS Code and in Codepen
Prettier is what almost everyone recommends nowadays. I haven't used the Beautify extension yet.
You can set it to format the code on saving the file inside the settings.
9 replies
KPCKevin Powell - Community
•Created by ZNP on 8/19/2024 in #front-end
Do you have a list of different root font sizes?
You can use them accordingly in your CSS
5 replies
KPCKevin Powell - Community
•Created by ZNP on 8/19/2024 in #front-end
Do you have a list of different root font sizes?
If I understood your question correctly, you might be looking for this: https://utopia.fyi/type/calculator?c=320,18,1.2,1240,20,1.25,5,2,&s=0.75%7C0.5%7C0.25,1.5%7C2%7C3%7C4%7C6,s-l&g=s,l,xl,12
This is a list of responsive font sizes using the clamp function.
5 replies
KPCKevin Powell - Community
•Created by reeee on 8/13/2024 in #os-and-tools
i want to add "open with vs code" in file explorer
I don't remember correctly, but I think you could add this to the explorer from the VS Code settings itself. Give a search in the settings for "Explorer context menu" or something like that
11 replies
KPCKevin Powell - Community
•Created by reeee on 8/13/2024 in #os-and-tools
i want to add "open with vs code" in file explorer
Running the installer again might be the best solution to this.
11 replies
KPCKevin Powell - Community
•Created by ZdendaSverak on 7/7/2024 in #os-and-tools
github pages using Vite
I have also had issues deploying Vite projects with GitHub Pages. Instead I use Vercel or Netlify. They make it easy to select the site's base directory and also have way faster deployment.
Try using either one of them:
- Vercel
- Netlify
8 replies
KPCKevin Powell - Community
•Created by Vandana on 6/21/2024 in #front-end
vertical centering
I tried editing the codepen and added a
min-height: 100vh
to the body and now the content is centered on the page32 replies
KPCKevin Powell - Community
•Created by Vandana on 6/11/2024 in #os-and-tools
Emmet Autocomplete for srcset atrribute
You're welcome.
I didn't know about the extension you just mentioned. I think it will be helpful to me too. Thanks!
6 replies
KPCKevin Powell - Community
•Created by Vandana on 6/11/2024 in #os-and-tools
Emmet Autocomplete for srcset atrribute
try installing the "Path Intellisense" extension for VSCode. It will provide the autocompletion for path
6 replies
KPCKevin Powell - Community
•Created by Rhandom Guhy on 4/24/2024 in #front-end
Is it advisable to start using CSS nesting?
For using CSS or SASS, Vite is the best way or you can use Parcel. But Parcel actually sucks when it comes to displaying errors. It throws errors at you even if you solve it in the code.
Vite is better imo
31 replies
KPCKevin Powell - Community
•Created by ErickO on 4/16/2024 in #os-and-tools
Good Image compressors/minifiers for the command line?
Don't know if this is what you're looking for, but there's a site called image compress. It's free and unlimited.
https://compressimage.io
60 replies