Pages folder where all the HTML pages are located. The pages here form a demo static site, mostly equivalent to the online demo (source not minified and CDNs not used here).
You can open any of the files in your browser to see it in action, or modify their markup or content to suit your needs.
If you will be using Gulp the help you with your work, these HTML files will be used by Gulp during the development.
Pages folder also includes these subfolders:
/component-variants
- demo of complex components' variants - e.g. page headers/css
- main theme stylesheet (style.default.css), its colour variants and their minified counterparts./docs
- documentation you are reading now/icons
- custom SVG icon sprite + its reference doc/fonts
/img
- Images for demo purposes./js
- JavaScript filesSCSS contains Bootstrap’s and theme’s SCSS sources structured in the following subfolders
If you will be using the Gulp workflow, here is where the development files will be saved and the Browsersync server running from. Before you init Gulp, this directory is empty.