Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
2 votes
1 answer
993 views

I'm building an Angular application using the ng-zorro library for components. Usually, I also import the entire Bootstrap css file for some utilities like grid system and spacing classes which I have ...
Gianmarco Santi's user avatar
0 votes
2 answers
468 views

I know Bootstrap and some other frameworks related to Angular a bit but am going into first Angular 13 app. I can see that using LESS is an option which is cool for all the variables and mix-ins and ...
cdub's user avatar
  • 25.9k
1 vote
1 answer
315 views

I have a compilation problem with Bootstrap files (Webpack Encore) : Error evaluating function percentage: argument must be a number Error in /app/assets/less/variables.less (line 302, column 26) ...
Indiana Jones's user avatar
1 vote
0 answers
289 views

I want to generate my CSS-Files from Less-Files via LessCss-Gradle-Plugin (https://github.com/obecker/gradle-lesscss-plugin). In my build.gradle I added the webjar-dependencies for bootstrap and so on....
Marius's user avatar
  • 51
0 votes
0 answers
320 views

I have a text in bootstrap card and there's a button under it. Everytime I resize the page the balance between the one card with less text and the other one with more text is broken. Basically the ...
user avatar
2 votes
1 answer
300 views

I have a generic bootstrap v3.7 carousel and I'm trying to pull it up over the content above it like this This is done with a margin-top: -50px; on the teal div. However, the hidden overflow property ...
Virge Assault's user avatar
0 votes
0 answers
318 views

P.S. I do not have much knowledge and experience with gulp and worklfows on front end. So the questions is: is it a normal gulp workflow: Load all bootstrap scss files from node_modules into project (...
renathy's user avatar
  • 5,385
0 votes
0 answers
26 views

I am having a problem with the following piece of html. The functionality is to dynamically create an infinite number of textarea and text boxes, but when I increase rows of textarea from the UI, the ...
Danyal Shahid's user avatar
3 votes
2 answers
2k views

I am trying to customize the badge class in Bootstrap 4. What I am trying to achieve is to display all badges with an outline (similar to .btn-outline-*). Right now, I am (naively) trying to do this ...
user3195845's user avatar
0 votes
1 answer
80 views

I'm using Less with Brunch and I can't get my boostrap/font-awesome plugins to work. My goal is to use Bootstrap and Font-Awesome as a node module. exports.config = { // See http://brunch.io/#...
Kristof van Woensel's user avatar
0 votes
1 answer
244 views

There are plenty of tutorials online for this, but after two days of struggle - I have to get some assistance. I am trying to to add a namespace to Bootstrap so I can use it in Salesforce without ...
Json's user avatar
  • 670
0 votes
2 answers
558 views

Tools: I have available the following tools: Bootstrap, .less Question: Is there a way to auto stretch a column if there is nothing in the neighboring column. Here is the html i'm wondering about: ...
Jimmyt1988's user avatar
  • 21.3k
0 votes
1 answer
62 views

Given this snippet, imagine it can be LESS or SASS changing $ by @ $lol: 1px !default; $lil: $lol; $lol: 8px; .gg{ border-radius: $lil; } In SASS it compiles to .gg { border-radius: 1px; } In ...
Jonathan de M.'s user avatar
0 votes
1 answer
77 views

has anyone an Idea, how I can resize our Logo? It has a height of 52px but it only shows a height of 39px when I inspect it. http://www.loccoz.com/
DarthKeks's user avatar
0 votes
1 answer
360 views

I have a main.css: @import '~bootstrap/less/bootstrap.less'; @import url('./base.css'); @import url('./components/navbar.css'); I want to override bootstrap's default body background-color, so I ...
齐天大圣's user avatar
  • 1,189

15 30 50 per page
1
2 3 4 5
56