acquia / cohesion-theme

Acquia Cohesion minimal theme. A Cohesion enabled kickstarter theme for use within Cohesion projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Site Studio minimal theme

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.

About

Acquia Cohesion minimal theme. A Cohesion enabled kickstarter theme for use within Cohesion projects.


Languages

Language:Twig 52.7%Language:CSS 24.9%Language:SCSS 18.7%Language:JavaScript 3.7%