This repository has been archived by the owner on Feb 23, 2021. It is now read-only.
v0.2.0 (2016-01-06)
Release with updated Bootstrap (3.3.6) and Font Awesome (4.5.0) libraries.
Some minor style corrections to match the default theme have been applied.
Changes
- Bootstrap update to
3.3.6
(88d8ff) - Font Awesome updated to
4.5.0
(4ce3b90) - Moved Bootstrap and Font Awesome
.scss
files toscss/vendor
folder (bdcfed8) - Refactored
.scss
import paths. Files now import all variables, including overridden vendor variables. (#12) - Fixed
.scss
float compute precision. Fixes Bootstrap element height, widths, etc. (95b284e) - Applied some style corrections to match the
default-bootstrap
theme with Bootstrap3.0.0
(#21, 98da455) - Updated
.gitignore
rules to support working from within PrestaShop installation. (#19)