acromedia/orange_framework

Acro Media Inc. Drupal Base Theme

Installs: 62 050

Dependents: 3

Suggesters: 0

Security: 0

Stars: 6

Watchers: 4

Forks: 4

Open Issues: 15

Language:HTML

Type:drupal-theme


README

Custom theme by Acro Media Inc.

Introduction

A base theme to lay the groundwork for Drupal.

Requirements

N/A.

Installation

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.

Configuration

Sass

  • 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 and css/bootstrap.css respectively.