acquia / cohesion-theme
Site Studio minimal theme
Installs: 974 755
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 6
Forks: 0
Open Issues: 4
Language:Twig
Type:drupal-theme
- dev-master
- 8.1.x-dev
- 8.0.x-dev
- 8.0.1
- 8.0.0
- 7.5.x-dev
- 7.5.2
- 7.5.1
- 7.5.0
- 7.4.x-dev
- 7.4.3
- 7.4.2
- 7.4.1
- 7.4.0
- 7.3.x-dev
- 7.3.2
- 7.3.1
- 7.3.0
- 7.2.x-dev
- 7.2.3
- 7.2.2
- 7.2.1
- 7.2.0
- 7.1.x-dev
- 7.1.2
- 7.1.1
- 7.1.0
- 7.0.x-dev
- 7.0.5
- 7.0.4
- 7.0.3
- 7.0.2
- 7.0.1
- 7.0.0
- 6.9.x-dev
- 6.9.5
- 6.9.4
- 6.9.3
- 6.9.2
- 6.9.1
- 6.9.0
- 6.8.x-dev
- 6.8.2
- 6.8.1
- 6.8.0
- 6.7.x-dev
- 6.7.0
- 6.6.x-dev
- 6.6.1
- 6.6.0
- 6.5.x-dev
- 6.5.1
- 6.5.0
- 6.4.x-dev
- 6.4.3
- 6.4.2
- 6.4.1
- 6.4.0
- 6.3.x-dev
- 6.3.5
- 6.3.4
- 6.3.3
- 6.3.2
- 6.3.1
- 6.3.0
- 6.2.x-dev
- 6.2.1
- 6.2.0
- 6.1.x-dev
- 6.1.4
- 6.1.3
- 6.1.2
- 6.1.1
- 6.1.0
- 6.0.x-dev
- 6.0.3
- 6.0.2
- 6.0.1
- 6.0.0
- dev-8.0.x-rc
- dev-dependabot/npm_and_yarn/es5-ext-0.10.63
- dev-feature-aco-2515
- dev-dependabot/npm_and_yarn/qs-6.5.3
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-develop
- dev-feature-aco-1481
- dev-DIT-445-add-gitignore-gitattributes-files
- dev-feature-aco-1048
This package is auto-updated.
Last update: 2024-11-04 15:46:07 UTC
README
Developer documentation.
Compiling Sass from source.
To install Gulp and dependencies:
npm install
or
yarn
To compile the styles:
npm run build
or
yarn run build
And check the ./css/ directory.
To watch the ./scss/ directory and automatically compile when files are changed:
npm run watch
or
yarn run watch
License
Copyright (C) 2020 Acquia, Inc.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.