nhsuk / nhsapp-frontend

NHS App specific styles on top of nhsuk-frontend
MIT License
4 stars 0 forks source link

Compile docs-only CSS in eleventy build #48

Closed mikemonteith closed 2 months ago

mikemonteith commented 2 months ago

Allows us to add scss in ./docs/assets/css/app.scss which will be included in the documentation CSS, but not in the published npm package.

davidhunter08 commented 2 months ago

Will this also work for images and JavaScript?

mikemonteith commented 2 months ago

Will this also work for images and JavaScript?

It should do, but I haven't tried it