uba-bootstrap-theme
v0.3.2
Published
UBA branded Bootstrap 5 theme
Readme
UBA Bootstrap 5 Theme
Usage
This theme is a complete replacement for Bootstrap 5.3. You do not need to include
both, bootstrap.css and uba-bootstrap-theme.css. The latter is sufficient.
npm install uba-bootstrap-theme --saveIf you like to use this theme in your own Sass code and installed this theme
with NPM you can import the source files to your manifest (e.g. index.scss)
as well.
@import "uba-bootstrap-theme/src/styles/index.scss";If you need documentation or help with Bootstrap or its components in general, please head over to
Development
Setup
Install node v8.9 or higher
Clone project
git clone [email protected]:innoq/uba-bootstrap-theme.gitGo into the project folder
cd uba-bootstrap-themeInit the Bootstrap submodule
git submodule update --init(only needed the very first time)Install Bootstap's documentation pages
npm run install-docsCompile styles and serve documentation
npm start
Now you should see the Bootstrap documentation pages with UBA styling applied.
npm start incorporates a watcher, so you can write code and see your
changes immediately in the browser.
