Bootstrappy
Component ID
1825606
Component name
Bootstrappy
Component type
theme
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
A base theme using bootstrap to format drupal pages.
Bootstrappy is being used by This Little Duck as a starting point for custom bootstrap themes. It is not designed as a final theme. It uses LESS as its CSS preprocessor, mainly because Bootstrap does (Otherwise we would go with SASS).
Features
Bootstrappy currently:
- Implements bootstrap styles
- Provides theme override functions to modify some key markup to match Bootstrap
- Provides theme overrides to implement bootstrap inline and horizontal forms
- Overrides the default search block to use Bootstrap markup.
- Allows Bootstrap JS files to be included via theme settings
- Allows you to switch between responsive and non-responsive layouts via a theme setting.
It is still relatively untested, and modifications will be made as we encounter shortcomings and bugs.
Roadmap
Plans to:
- Add a setting to allow fluid grids
- Extend various theme settings to allow some control over button styles
- General improvements and bug fixes.
- Add a 'starter-kit'
- Add more documentation (currently documented in the code)
