Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8dfcc57

Browse files
committed
fixup! docs(docs-infra): enable using Tailwind CSS in code examples
1 parent ca613db commit 8dfcc57

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

‎adev/BUILD.bazel‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,11 @@ APPLICATION_FILES = [
2525
"//adev/src/assets:content",
2626
"//adev/src/assets:context",
2727
"//adev/src/content/examples:embeddable",
28+
"tailwind.config.js",
2829
] + glob(
2930
["src/**/*"],
3031
exclude = ["src/**/*.spec.ts"],
31-
) + [
32-
"tailwind.config.js",
33-
]
32+
)
3433

3534
APPLICATION_DEPS = [
3635
"//adev:node_modules/@angular-devkit/build-angular",

‎adev/package.json‎

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"@angular/cdk": "21.0.0-next.2",
88
"@angular/cli": "21.0.0-next.3",
99
"@angular/common": "workspace:*",
10-
"@angular/compiler": "workspace:*",
1110
"@angular/compiler-cli": "workspace:*",
11+
"@angular/compiler": "workspace:*",
1212
"@angular/core": "workspace:*",
1313
"@angular/docs": "workspace:*",
1414
"@angular/forms": "workspace:*",
@@ -30,7 +30,6 @@
3030
"@codemirror/state": "6.5.2",
3131
"@codemirror/view": "6.38.2",
3232
"@lezer/common": "1.2.3",
33-
"@lezer/css": "1.3.0",
3433
"@lezer/highlight": "1.2.1",
3534
"@lezer/javascript": "1.5.3",
3635
"@stackblitz/sdk": "1.11.0",
@@ -44,30 +43,28 @@
4443
"@xterm/xterm": "5.5.0",
4544
"algoliasearch": "5.37.0",
4645
"angular-split": "20.0.0",
47-
"crelt": "1.0.6",
4846
"diff": "8.0.2",
4947
"emoji-regex": "10.5.0",
5048
"fflate": "0.8.2",
5149
"jasmine-core": "5.10.0",
5250
"jsdom": "26.1.0",
5351
"karma-chrome-launcher": "3.2.0",
5452
"karma-coverage": "2.2.1",
55-
"karma-jasmine": "5.1.0",
5653
"karma-jasmine-html-reporter": "2.1.0",
54+
"karma-jasmine": "5.1.0",
5755
"marked": "16.2.1",
5856
"mermaid": "11.11.0",
5957
"ngx-progressbar": "14.0.0",
6058
"open-in-idx": "0.1.1",
6159
"playwright-core": "1.55.0",
62-
"preact": "10.27.1",
6360
"preact-render-to-string": "6.6.1",
61+
"preact": "10.27.1",
6462
"prettier": "3.6.2",
6563
"rxjs": "7.8.2",
6664
"shiki": "3.12.2",
6765
"tinyglobby": "0.2.15",
6866
"tslib": "2.8.1",
6967
"typescript": "5.9.2",
70-
"w3c-keyname": "2.2.8",
7168
"xhr2": "0.2.1",
7269
"zone.js": "0.15.1",
7370
"@algolia/client-common": "5.37.0",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /