Skip to content

Commit 6d3fd4c

Browse files
committed
feat(): migrate to tailwind v4
1 parent f7f6518 commit 6d3fd4c

136 files changed

Lines changed: 660 additions & 1028 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.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"plugins": {
3+
"@tailwindcss/postcss": {}
4+
}
5+
}

apps/angular/1-projection/src/app/ui/list-item/list-item.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { CardType } from '../../model/card.model';
1111
@Component({
1212
selector: 'app-list-item',
1313
template: `
14-
<div class="border-grey-300 flex justify-between border px-2 py-1">
14+
<div class="flex justify-between border border-gray-300 px-2 py-1">
1515
{{ name() }}
1616
<button (click)="delete(id())">
1717
<img class="h-5" src="assets/svg/trash.svg" alt="trash" />
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
@tailwind base;
2-
@tailwind components;
3-
@tailwind utilities;
1+
@import "tailwindcss";
2+

apps/angular/1-projection/tailwind.config.js

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"plugins": {
3+
"@tailwindcss/postcss": {}
4+
}
5+
}
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@tailwind base;
2-
@tailwind components;
3-
@tailwind utilities;
1+
@import "tailwindcss";
42

53
/* You can add global styles to this file, and also import other style files */

apps/angular/21-anchor-navigation/tailwind.config.js

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"plugins": {
3+
"@tailwindcss/postcss": {}
4+
}
5+
}
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@tailwind base;
2-
@tailwind components;
3-
@tailwind utilities;
1+
@import "tailwindcss";
42

53
/* You can add global styles to this file, and also import other style files */

apps/angular/31-module-to-standalone/tailwind.config.js

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

0 commit comments

Comments
 (0)