Skip to content

Commit 4ff2134

Browse files
📦 Replace boostrap by primer css
1 parent 45016ae commit 4ff2134

File tree

5 files changed

+22
-6
lines changed

5 files changed

+22
-6
lines changed

angular.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
}
125125
}
126126
}
127-
}},
127+
}
128+
},
128129
"defaultProject": "angular-form-array"
129-
}
130+
}

package-lock.json

Lines changed: 17 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"@angular/platform-browser": "~9.1.9",
2020
"@angular/platform-browser-dynamic": "~9.1.9",
2121
"@angular/router": "~9.1.9",
22+
"@primer/css": "^14.4.0",
2223
"rxjs": "~6.5.5",
2324
"tslib": "^2.0.0",
2425
"zone.js": "~0.10.3"

src/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<base href="/">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<link rel="icon" type="image/x-icon" href="favicon.ico">
10-
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
1110
</head>
1211

1312
<body>

src/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/* You can add global styles to this file, and also import other style files */
1+
@import '../node_modules/@primer/css/core/index.scss';

0 commit comments

Comments
 (0)