Add BUI CSS to createDevApp

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-16 12:49:20 +01:00
parent db612a84ab
commit 8ea3899944
4 changed files with 7 additions and 2 deletions
+2 -1
View File
@@ -38,7 +38,8 @@
"dependencies": {
"@backstage/frontend-defaults": "workspace:^",
"@backstage/frontend-plugin-api": "workspace:^",
"@backstage/plugin-app": "workspace:^"
"@backstage/plugin-app": "workspace:^",
"@backstage/ui": "workspace:^"
},
"devDependencies": {
"@backstage/cli": "workspace:^",
@@ -14,6 +14,9 @@
* limitations under the License.
*/
// eslint-disable-next-line @backstage/no-ui-css-imports-in-non-frontend
import '@backstage/ui/css/styles.css';
import {
FrontendFeature,
FrontendFeatureLoader,