Skip to content

Commit 0e0b3ac

Browse files
authored
Core design system + themes (#75)
* First pass on styles * Root page headers with subtitles, working accent color * Working theme system * Top level layout * Tutorial Layout * Content grid system * Responsive type * ReferenceItemLayout
1 parent 7c06fd0 commit 0e0b3ac

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1270
-150
lines changed

.eslintrc.cjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ module.exports = {
2323
{
2424
files: ["*.ts", "*.tsx"],
2525
extends: ["plugin:@typescript-eslint/recommended"],
26+
rules: {
27+
"@typescript-eslint/no-explicit-any": "off",
28+
},
2629
},
2730
],
2831
parser: "@typescript-eslint/parser",

0 commit comments

Comments
 (0)