bootstrap-nav-wizard
bootstrap-nav-wizard copied to clipboard
Nav Wizard Component for Bootstrap 3
Replaced all hard-coded values and direct Bootstrap dependencies with wizard-specific variables, allowing for easy overriding when needed. If the variables aren't touched, the output remains the same. If the Bootstrap...
I know this is intended for bootstrap 3, but i'm looking at the css code, and i think it should be working fine in bootstrap 4. well, it doesn't. in...
When zoomed in at certain levels and for different resolutions a vertical white line is shown at the end of the rectangle and start of the triangle of each nav...
bower.json is missing **main** part with files it provides so wiredep could include css when building css list. Something like this: ``` javascript "main": [ "./bootstrap-nav-wizard.css" ], ```
Could you please remove the `@include` part from the less file, since I'm already including it and second `bower_components`isn't always the bower destination folder (as in my project). Otherwise great...