acromedia / orange_framework
Acro Media Inc. Drupal Base Theme
Installs: 67 362
Dependents: 3
Suggesters: 0
Security: 0
Stars: 6
Watchers: 4
Forks: 4
Open Issues: 15
Language:HTML
Type:drupal-theme
- dev-8.x-1.x
- dev-dependabot/npm_and_yarn/qs-6.5.3
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/copy-props-2.0.5
- dev-dependabot/npm_and_yarn/ajv-6.12.6
- dev-d9-compatibility
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/postcss-7.0.36
- dev-dependabot/npm_and_yarn/browserslist-4.16.6
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/y18n-3.2.2
- dev-dependabot/npm_and_yarn/ini-1.3.7
- dev-dependabot/npm_and_yarn/node-sass-4.14.1
- dev-dependabot/npm_and_yarn/acorn-5.7.4
- dev-dependabot/npm_and_yarn/mixin-deep-1.3.2
This package is auto-updated.
Last update: 2024-11-08 00:31:35 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
andcss/bootstrap.css
respectively.