Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 881 Bytes

README.md

File metadata and controls

51 lines (32 loc) · 881 Bytes

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.