This DESIGN.md is based on Injective's Brand Kit
and complies with the specification and syntax of Google's DESIGN.md
Use in any generative AI harness or tool that supports the DESIGN.md specification.
This assesses the output that you have created using this DESIGN.md.
Intended for use when you are creating a website or app.
Visually eyeball that your website or app looks similar to Injective's Brand Kit.
If there are any inconsistencies:
- Update your website or app to address them
- Assess if there is a gap in this
DESIGN.md, and if so, please contribute an improvement!
This assesses the output that you have created using this DESIGN.md.
Intended for use when you are contributing to this project.
Run the lint command:
npx @google/design.md lint ./DESIGN.mdYou should see an output similar to the following.
{
"findings": [
{
"severity": "info",
"message": "Design system defines 11 colors, 3 typography scales, 5 rounding levels, 4 spacing tokens."
}
],
"summary": {
"errors": 0,
"warnings": 0,
"infos": 1
}
}If there are a non-zero number of summary.errors or summary.warnings,
please fix them before updating this repo.
Any summary.infos are OK.
MIT