Discover what’s included in the theme’s package, including our precompiled and source code flavors.
Precompiled
This is the most basic form of quick: precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (quick-website.*), as well as compiled and minified CSS and JS (quick-website.min.*). source maps (quick-website.*.map) are available for use with certain browsers’ developer tools.
CSS files
Quick comes with both minified and expanded versions of CSS. It already includes the latest version of Bootstrap - v4.5.3.
JS files
There are a few required scripts in order to make Quick work. You need to add these at the bottom of your page before any other scripts:
Source files
The quick’s source code download includes the precompiled JavaScript assets, along with Sass source. More specifically, it includes the following and more:
If you want to make use of quick uncompiled resources make sure you install and use our Build Tools to compile and minify CSS and JavaScript for production. Click here to learn more about how to use NPM, Gulp or Laravel Mix and other useful tools in order to compile CSS and JavaScript.