Search by

acromedia / orange_framework

joshmiller83acromedia

Acro Media Inc. Drupal Base Theme

Package info

github.com/AcroMedia/orange_framework

Language:HTML

Type:drupal-theme

pkg:composer/acromedia/orange_framework

Statistics

Installs: 73 585

Dependents: 3

Suggesters: 0

Stars: 6

Open Issues: 14

dev-8.x-1.x 2021-10-06 07:12 UTC

This package is auto-updated.

Last update: 2026-09-08 05:18:48 UTC


README

Drupal Orange Framework

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.