Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
499 changes: 0 additions & 499 deletions CHANGELOG_FULL.md

This file was deleted.

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ and `dist/` must be rebuilt and committed.

## Tests & demo coverage

- Any new `.sf-*` or `.is-*` class in `core/*.css` must appear in `docs/demo.html`
- Any new `.sf-*` or `.is-*` class in `core/*.css` must appear in `demo/index.html`
(`tests/coverage.test.js`).
- Any new token must resolve in both themes (`tests/tokens.spec.js`); tokens whose
value is `inherit` go in that file's `EXPECTED_EMPTY` allowlist.
Expand Down
4 changes: 0 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ exclude:
- scripts
- tests
- dist
- analysis
- demos/generate.mjs
- demos/validate.mjs
- demos/.validate
- bundle.config.json
- commitlint.config.js
- playwright.config.js
Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<a href="/">SLASHED</a>
<a href="/docs/architecture">Docs</a>
<a href="/docs/tokens">Tokens</a>
<a href="/docs/test-coverage.html">Coverage</a>
<a href="/demo/">Demo</a>
<a href="https://github.com/codeslash-dev/SLASHED">GitHub</a>
<a href="/configurator/" class="nav-cta">Configurator →</a>
</nav>
Expand Down
235 changes: 0 additions & 235 deletions analysis/gap-analysis.md

This file was deleted.

Loading