diff --git a/.changeset/techdocs-crabs-retire.md b/.changeset/techdocs-crabs-retire.md new file mode 100644 index 0000000000..b15c983bc4 --- /dev/null +++ b/.changeset/techdocs-crabs-retire.md @@ -0,0 +1,9 @@ +--- +'@backstage/plugin-techdocs': patch +--- + +Restructures reader style transformations to improve code readability: + +- Extracts the style rules to separate files; +- Creates a hook that processes each rule; +- And creates another hook that returns a transformer responsible for injecting them into the head tag of a given element.