Creating Your Own Theme
Understanding The Vartheme Base Theme
Install Needed Tools Command
cd PROJECT_DIR_NAME/docroot/themes/contrib/vartheme_bs4/scripts
bash ./install-needed-tools.shInstall Needed Tools Manually
2. Install npm and nodejs
3. Install Yarn
4. Install Gulp
Create new Vartheme BS4 Sub Theme
Create with Bash Script
Create with Yarn
Example mythem for mysite
Activate the New Theme
Initiation Commands
Compiling SCSS to CSS
Watching SCSS Changes
Cloning a Project
Last updated