Skip to content

Commit d7dcc42

Browse files
committed
New version
1 parent 8c3eef0 commit d7dcc42

File tree

318 files changed

+151209
-1197
lines changed

Some content is hidden

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

318 files changed

+151209
-1197
lines changed

.hintrc

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"extends": [
3+
"development"
4+
],
5+
"hints": {
6+
"axe/name-role-value": [
7+
"default",
8+
{
9+
"button-name": "off",
10+
"link-name": "off"
11+
}
12+
],
13+
"no-inline-styles": "off",
14+
"disown-opener": "off",
15+
"compat-api/css": [
16+
"default",
17+
{
18+
"ignore": [
19+
"backdrop-filter",
20+
"user-select",
21+
"scrollbar-width",
22+
"scrollbar-width: none",
23+
"min-height: auto"
24+
]
25+
}
26+
]
27+
}
28+
}

404_files/main.css

Whitespace-only changes.

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)