Changes:
- NEW:
create-project
command now supports a--files
option so you can choose which .html files are copied from /src/html to /projects/PROJECT/src/html when creating a project ie.gulp create-project --name=myProject --files=index.html,about.html
- NEW:
create-project
command now supports the--template=kitchensink
which will copy all the parent /src/ assets to your project if you wish to fully customise AppStrap. Iegulp create-project --name=myProject --template=kitchensink --files=index.html,contact.html
- NEW:
.animate-pulse-light/dark
are now.animate-pulse-COLOUR
support all theme colours, @see elements-animation.html - NEW:
timeline-collapse.html
example for collapsible timelines - NEW:
data-bs-target-active-class
&data-bs-trigger-active-class
for Bootstrap collapse elements so you can add classes to the trigger & target on show/hide, @see timeline-collapse.html for example - NEW:
nav-track
class for admin siebar UL to give line on submenus - FIX: index-church cut off content fixed
- FIX: index-realestate-single broken gallery fixed
- FIX: IMPORTANT FOR PROJECT-BASED SITES - fixed scss file importing for project based setup so SASS includePaths works with ./projects/PROJECT/_custom.*.scss files.
In your projects
theme.style.scss
file Replace:
With: