Skip to content

This template created with Bootstrap(5) ? #907

Answered by sagegwatkin
askaralimkndr asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @askaralimkndr,

Yes this template / UI kit is built on Bootstrap 5.

As for the link to Bootstrap, Tabler compiles Bootstrap styles from the Sass source files. Here's how it works:

  1. npm install grabs the Bootstrap source code
  2. npm run start or npm run build triggers a build
  3. package.json specifies that gulp is used to build Tabler
  4. gulpfile.js specifies that the source Sass files are compiled into the dist CSS files
  5. Bootstrap Sass files are compiled together with the Tabler styles to make tabler.css, which contains both Tabler and Bootstrap CSS

You can always just copy and paste the pre-compiled tabler.css file, this contains both the Tabler styles, and Bootstrap 5 styles, all ready to go.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@askaralimkndr
Comment options

@sagegwatkin
Comment options

@askaralimkndr
Comment options

Answer selected by askaralimkndr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants