python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
VSCode setting or extension for SCSS to autoformat brackets and place cursor
I recently changed my VSCode settings to stop suggestions and someone disabled a setting for SCSS files, where I could type
.example {}
hit return and this would automatically change to
.example {
...

Michael Ware
Votes: 0
Answers: 1
Width in a img balise inside a div or any other parent element
I need the help of the community.
I have 3 elements inside a header parent element like below :
<header class="flex flex-jc-sb flex-ai-c">
<div>
<img src="Assets/im...
Mohamed Necib
Votes: 0
Answers: 1
Sass compiling and adding spaces between variables
I have some Sass code: margin-top: -($height+40)#{$unit};
that compiles and outputs "-140 vh" and not "-140vh". It's basically adding a space. I think I am using some old code. Wha...
kurrle
Votes: 0
Answers: 1