Skip to content

Introduction

Styles are defined through a template.json file usually found in the root of the project.

Validation

You can validate your template.json file by running:

waku check

JSON Schema

Waku also provides a JSON Schema for better editor support.

https://waku.ngjx.org/static/schema.json

Or you can pin a specific version like v0.3.3:

https://raw.githubusercontent.com/caffeine-addictt/waku/v0.3.3/www/docs/static/schema.json

Simply add the $schema property to your template.json file:

{
  "$schema": "https://waku.ngjx.org/static/schema.json"
}