https://github.com/mec/govuk-template-sass
https://github.com/mec/govuk-template-sass
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mec/govuk-template-sass
- Owner: mec
- Created: 2018-02-16T15:56:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T11:48:57.000Z (over 8 years ago)
- Last Synced: 2025-03-26T11:22:36.143Z (over 1 year ago)
- Language: CSS
- Size: 454 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# GOV.UK Template SASS & Assets
This project includes the [GOVUK tempalate](https://github.com/alphagov/govuk_template/) project and simply extracts the assets into a src folder via gulp.
The idea is that another project can then include the assets (sass, images, etc) and recreate the template.
The GOVUK template is included as a git submodule.
## Usage
This repo has everything you need already built, use the src folder in your project by copying the assets or by npm installing this repo:
```
npm i git+https://github.com/mec/govuk-template-sass.git
```
You can then use the assets like any other package in your node_modules folder.
## Building
If you want to build the assets run:
```
npm install
npm start
```
from the govuk-template-sass folder, which will update the git submodule and copy the assets.