bootstrap-layout
Version:
Bootstrap layout with sidebar navigation, sidebar skins, sidebar transition, custom scrollbars, sidebar menus and other advanced features and utilities
10 lines (8 loc) • 346 B
HTML
{% markdown %}
> Before closing the `<head>` tag and before `bootstrap-layout.css`:
```html
<!-- Simplebar.js CSS -->
<link rel="stylesheet" href="node_modules/simplebar/dist/simplebar.css">
<!-- Bootstrap Layout Scrollable CSS -->
<link rel="stylesheet" href="node_modules/bootstrap-layout-scrollable/dist/bootstrap-layout-scrollable.css">
```