drupalninja / drupalx_bootswatch
Bootswatch theme generator for DrupalX theme.
Installs: 1 090
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:drupal-module
README
The DrupalX Bootswatch module adds a custom Drush command to apply Bootswatch.com templates to a DrupalX-compatible theme.
Usage
This module is already included and enabled by default in the DrupalX distribution.
To apply a Bootswatch theme run the following command:
ddev . drush x-apply-bootswatch
This Drush command will prompt you for the Bootswatch & Drupal theme to apply the styles selected.
After your local _variables.css and _bootswatch files have been updated, run the following commands to recompile your SASS files and clear Drupal caches.
npm run build && ddev . drush cr
Following these commands you should now see your updated styles within your local Drupal instance.