Build script for FKUI theme
npm install @fkui/theme-builderToolchain to build an FKUI theme.
``
fkui-theme-builder [OPTIONS]
Options:
--version Show version number [boolean]
-o, --outdir Output directory [string] [default: "dist"]
-p, --prefix Token prefix [string] [default: "fkds"]
--help Show help [boolean]
`
By default the semantic token prefix is fkds.
Any CSS-variable starting with this prefix is considered a semantic token.
`css`
:root {
--fkds-foobar: #fff;
--something-else: #fff;
}
With --prefix fkds the --fkds-foobar` would be a semantic token.