python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
less css operation on invalid type
I am new to Less and trying to make changes to the Orange Hill Jstree theme. When trying to compile it without any changes at all I get an "operation on invalid type" for the code below whic...
phpbutcher
Votes: 0
Answers: 1
Why a div with a small height (4px) cannot fit an element?The child element is displayed outside
I checked that it wasn't the width, I set the child element to be 10% wide and only one element
.pct-bar {
height: 4px;
background-color: rgba(121, 121,121,.3);
.gogo {
display: inline-bloc...
azin
Votes: 0
Answers: 2
Space between element and text in html
While writing html, the element has padding zero and margin is zero, but there are spaces around the text. How can I destroy it?
line height etc. I tried features but it didn't work.
ugurK
Votes: 0
Answers: 4
Consuming Less Vars in a generating for loop
I'm trying to use a loop to generate the relevant CSS using defined Less vars. However I'm struggling as I'm slowly getting used to Less after years with scss and could use another pair of eyes since ...

Chris W.
Votes: 0
Answers: 1