acquia/cohesion-theme

Site Studio minimal theme

Installs: 813 713

Dependents: 1

Suggesters: 0

Security: 0

Stars: 4

Watchers: 6

Forks: 0

Open Issues: 4

Language:Twig

Type:drupal-theme


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.