Skip to content

Commit 87e44ae

Browse files
committed
revert some changes to try to minimize the differences
1 parent ad66088 commit 87e44ae

118 files changed

Lines changed: 1484 additions & 1122 deletions

File tree

Some content is hidden

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

site/.prettierrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"printWidth": 100,
2+
"printWidth": 80,
33
"semi": true,
4-
"singleQuote": true,
4+
"singleQuote": false,
55
"tabWidth": 2,
66
"trailingComma": "all",
77
"useTabs": false,

site/astro.config.mjs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
import { defineConfig } from 'astro/config';
1+
import { defineConfig } from "astro/config";
22

3-
import icon from 'astro-icon';
3+
import icon from "astro-icon";
44

5-
import preact from '@astrojs/preact';
5+
import preact from "@astrojs/preact";
66

77
// https://astro.build/config
88
export default defineConfig({
9-
site: 'https://accessiblecommunity.github.io',
10-
base: 'fixable',
11-
trailingSlash: 'always',
9+
site: "https://accessiblecommunity.github.io",
10+
base: "fixable",
11+
trailingSlash: "always",
1212
server: {
1313
host: true,
1414
port: 4323,
1515
},
1616
integrations: [
1717
icon({
18-
iconDir: 'src/assets/icons',
18+
iconDir: "src/assets/icons",
1919
}),
2020
preact(),
2121
],

site/package.json

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
11
{
2-
"name": "fixable",
3-
"type": "module",
4-
"version": "0.0.1",
5-
"scripts": {
6-
"dev": "astro dev",
7-
"dev:fixed": "cross-env PUBLIC_FIXED=1 astro dev",
8-
"start": "astro dev",
9-
"check": "astro check",
10-
"build": "npm run format:check astro check && astro build",
11-
"build:fixed": "npm run format:check && astro check && cross-env PUBLIC_FIXED=1 astro build",
12-
"preview": "astro preview",
13-
"sync": "astro sync",
14-
"update-wcag": "tsx update-wcag-data.ts && astro check",
15-
"astro": "astro",
16-
"format": "prettier . --write --ignore-unknown",
17-
"format:check": "prettier . --check --ignore-unknown"
18-
},
19-
"dependencies": {
20-
"@astrojs/markdown-remark": "^6.3.10",
21-
"@astrojs/preact": "^4.1.3",
22-
"@fontsource-variable/cabin": "^5.0.19",
23-
"@fontsource/corinthia": "^5.0.21",
24-
"@fontsource/patua-one": "^5.0.19",
25-
"astro": "~5.15.9",
26-
"astro-icon": "^1.1.5",
27-
"cheerio": "^1.0.0",
28-
"fast-glob": "^3.3.2",
29-
"github-slugger": "^2.0.0",
30-
"lodash-es": "^4.17.23",
31-
"preact": "^10.28.4",
32-
"typescript": "^5.8.2"
33-
},
34-
"devDependencies": {
35-
"@astrojs/check": "^0.9.6",
36-
"@iconify-json/ri": "^1.1.21",
37-
"@types/lodash-es": "^4.17.12",
38-
"@types/node": "^20.14.14",
39-
"cross-env": "^7.0.3",
40-
"prettier": "3.8.1",
41-
"prettier-plugin-astro": "^0.14.1",
42-
"tsx": "^4.19.3"
43-
},
44-
"overrides": {
45-
"@astrojs/check": {
46-
"lodash": "^4.17.23"
47-
}
48-
}
2+
"name": "fixable",
3+
"type": "module",
4+
"version": "0.0.1",
5+
"scripts": {
6+
"dev": "astro dev",
7+
"dev:fixed": "cross-env PUBLIC_FIXED=1 astro dev",
8+
"start": "astro dev",
9+
"check": "astro check",
10+
"build": "npm run format:check astro check && astro build",
11+
"build:fixed": "npm run format:check && astro check && cross-env PUBLIC_FIXED=1 astro build",
12+
"preview": "astro preview",
13+
"sync": "astro sync",
14+
"update-wcag": "tsx update-wcag-data.ts && astro check",
15+
"astro": "astro",
16+
"format": "prettier . --write --ignore-unknown",
17+
"format:check": "prettier . --check --ignore-unknown"
18+
},
19+
"dependencies": {
20+
"@astrojs/markdown-remark": "^6.3.10",
21+
"@astrojs/preact": "^4.1.3",
22+
"@fontsource-variable/cabin": "^5.0.19",
23+
"@fontsource/corinthia": "^5.0.21",
24+
"@fontsource/patua-one": "^5.0.19",
25+
"astro": "~5.15.9",
26+
"astro-icon": "^1.1.5",
27+
"cheerio": "^1.0.0",
28+
"fast-glob": "^3.3.2",
29+
"github-slugger": "^2.0.0",
30+
"lodash-es": "^4.17.23",
31+
"preact": "^10.28.4",
32+
"typescript": "^5.8.2"
33+
},
34+
"devDependencies": {
35+
"@astrojs/check": "^0.9.6",
36+
"@iconify-json/ri": "^1.1.21",
37+
"@types/lodash-es": "^4.17.12",
38+
"@types/node": "^20.14.14",
39+
"cross-env": "^7.0.3",
40+
"prettier": "3.8.1",
41+
"prettier-plugin-astro": "^0.14.1",
42+
"tsx": "^4.19.3"
43+
},
44+
"overrides": {
45+
"@astrojs/check": {
46+
"lodash": "^4.17.23"
47+
}
48+
}
4949
}

site/src/assets/styles/content-layout.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22
.grid-wrapper {
33
display: grid;
44
gap: 1rem;
5-
grid-template-columns: [content-start] repeat(6, minmax(0, 133px)) [content-end];
5+
grid-template-columns:
6+
[content-start] repeat(6, minmax(0, 133px))
7+
[content-end];
68
}
79
}
810

911
@media (min-width: 60em) {
1012
.grid-wrapper {
11-
grid-template-columns: [content-start] repeat(12, minmax(0, 133px)) [content-end];
13+
grid-template-columns:
14+
[content-start] repeat(12, minmax(0, 133px))
15+
[content-end];
1216
}
1317
}
1418

site/src/assets/styles/fonts.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
@import url(@fontsource-variable/cabin/index.css);
33

44
:root {
5-
--body-font-family: 'Cabin Variable', system-ui, sans-serif;
6-
--title-font-family: 'Patua One', serif;
5+
--body-font-family: "Cabin Variable", system-ui, sans-serif;
6+
--title-font-family: "Patua One", serif;
77
}

site/src/assets/styles/form-elements.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
select,
22
textarea,
3-
input:not([type='checkbox'], [type='file'], [type='image'], [type='radio'], [type='range']) {
3+
input:not(
4+
[type="checkbox"],
5+
[type="file"],
6+
[type="image"],
7+
[type="radio"],
8+
[type="range"]
9+
) {
410
border: 1px solid var(--gray-800);
511
font: inherit;
612
letter-spacing: inherit;

0 commit comments

Comments
 (0)