PUG-Bootstrap
PUG-Bootstrap copied to clipboard
Bootstrap framework written completely using mixins in Pug
This is a tracking issue for Bootstrap v4 upgrade for this lib # Components - [x] Alerts - [x] Badge - [x] Breadcrumb - [ ] Buttons - [ ]...
Jade / Pug does not like a mix of tabs and spaces. Since the entire file consists of tabs, I have replaced them again.
this project is for pug and bootstrap 4 components?
My attributes do not seem to pass through. For example: ``` +accordion("sample") +accordion-item-primary("Title1","sample","true") | This is first accordion content +accordion-item-default("Title2","sample") | This is second accordion content +accordion-item-default("Title3","sample") | This is...
I'm getting this error... no such file or directory, open 'C:\dev\MEANquickStart\app_server\views\_bootstrap.jade' No _bootstrap.jade in the modules either......
Hello, I appreciate you upgrading to pug, but it is a breaking change and requires a major version bump of your project. Since it looks like someone has already forked...
Hi, I'm having some trouble with the menu's. I think some scripting is missing. I am using the cover template an my menu looks like this: ``` ul.nav.masthead-nav li.active a(href="/#")...
+dropdown("select type",[ {text: "by month", url: 'javascript:change_chart(#{chart},\'month\')'}, {text: "by year", url: 'javascript:change_chart(#{chart},\'year\')'} ]) ------- this is my snippet, i want to render the page with variables that server gives me....
Hi, thank you for your library! Is nice job. But how is possible create select boxes without native html? Are you supporting this function? Thx
I used your library. But it came bootstrap 4. I decided to write a set of mixins, in general, that's what happened: https://github.com/Alex5646/bootstrap4-jade Here mixins to bootstrap 4 card https://github.com/Alex5646/bootstrap4-jade/blob/master/library/mixins/components/_cards.jade...