diff --git a/.changeset/chatty-wombats-buy.md b/.changeset/chatty-wombats-buy.md new file mode 100644 index 0000000000..aa743a6a71 --- /dev/null +++ b/.changeset/chatty-wombats-buy.md @@ -0,0 +1,24 @@ +--- +'@backstage/create-app': patch +--- + +removed inline and internal CSS from index.html + +To make this change to an existing app, apply the following changes to the `packages/app/public/index.html` file: + +Remove internal style + +```diff +- +``` + +Remove inline style from the body tag + +```diff +-
++ +``` diff --git a/.changeset/long-waves-hear.md b/.changeset/long-waves-hear.md new file mode 100644 index 0000000000..8decec294b --- /dev/null +++ b/.changeset/long-waves-hear.md @@ -0,0 +1,5 @@ +--- +'@backstage/cli': patch +--- + +remove inline CSS from serve_index.html diff --git a/.changeset/new-tips-shop.md b/.changeset/new-tips-shop.md new file mode 100644 index 0000000000..3ab4e817d0 --- /dev/null +++ b/.changeset/new-tips-shop.md @@ -0,0 +1,5 @@ +--- +'@techdocs/cli': patch +--- + +remove internal and inline CSS from index.html diff --git a/packages/app/public/index.html b/packages/app/public/index.html index 8273576b01..885fb6c228 100644 --- a/packages/app/public/index.html +++ b/packages/app/public/index.html @@ -42,11 +42,6 @@ href="<%= publicPath %>/safari-pinned-tab.svg" color="#5bbad5" /> -