Skip to content

Commit 9021bd5

Browse files
committed
removed cdn tailwind and added local version
1 parent ac9d6a4 commit 9021bd5

25 files changed

+3016
-2607
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,5 @@ http-client.private.env.json
8787

8888
# Github Copilot persisted session migrations, see: https://github.com/microsoft/copilot-intellij-feedback/issues/712#issuecomment-3322062215
8989
.idea/**/copilot.data.migration.*.xml
90+
91+
node_modules/

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22

33
### Prerequisites
44

5-
Requires Homebrew
5+
bundle install
6+
npm install
7+
8+
### Tailwind
9+
10+
Generate the `CSS` every time styles on `input.css` change
11+
12+
npx @tailwindcss/cli -i ./css/input.css -o css/theme.css
613

7-
```
8-
bundle install
9-
```
1014
# Local Test
1115

1216
### Generate documentation for the Apple Help system

_config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ analytics:
4141
navigation_links:
4242
- title: Support
4343
link: *bugs_link
44-
- title: Products
45-
submenus:
46-
- title: VisualDiffer
47-
link: *official_link
4844

4945
social_links:
5046
- label: Twitter

_layouts/default.html

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -14,37 +14,6 @@
1414
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&display=swap" rel="stylesheet">
1515
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
1616

17-
<script src="https://cdn.tailwindcss.com?plugins=typography"></script>
18-
<script>
19-
tailwind.config = {
20-
theme: {
21-
extend: {
22-
colors: {
23-
brand: {
24-
50: '#ecfdf3',
25-
100: '#d1fadf',
26-
200: '#a7f3c7',
27-
300: '#6ee7b7',
28-
400: '#34d399',
29-
500: '#10b981',
30-
600: '#059669',
31-
700: '#047857',
32-
800: '#065f46',
33-
900: '#064e3b'
34-
}
35-
},
36-
fontFamily: {
37-
sans: ['"Manrope"', 'ui-sans-serif', 'system-ui', 'sans-serif'],
38-
display: ['"Manrope"', 'ui-sans-serif', 'system-ui', 'sans-serif']
39-
},
40-
boxShadow: {
41-
glow: '0 20px 60px -25px rgba(16, 185, 129, 0.55)'
42-
}
43-
}
44-
}
45-
}
46-
</script>
47-
4817
{% include stylesheets.html %}
4918
<script src="js/jquery.min.js"></script>
5019
{% include scripts.html %}

css/font-awesome.min.css

Lines changed: 0 additions & 4 deletions
This file was deleted.

css/ie/PIE.htc

Lines changed: 0 additions & 96 deletions
This file was deleted.

css/ie/backgroundsize.min.htc

Lines changed: 0 additions & 7 deletions
This file was deleted.

css/ie/html5shiv.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

css/ie/v8.css

Lines changed: 0 additions & 161 deletions
This file was deleted.

css/images/overlay.png

-27.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)