dev:
	cd doc && yarn run dev

build-style:
	yarn build-scss

build-tokens:
	cd tokens && yarn run build-tokens
