Custom theme by Acro Media Inc.
A base theme to lay the groundwork for Drupal.
N/A.
Enable the theme and away you go. Typically you create a custom theme that uses the Orange Framework as a base theme and not your main working theme.
- Configured to compile using Gulp.
- Compile to CSS by running the following commands:
npm install
gulp
- The CSS will be compiled to:
css/style.css
andcss/bootstrap.css
respectively.