Closed callinmullaney closed 3 months ago
This PR does the following:
configOverrides
docs: {}
managerHead: (head) => ` ${head} <style> :root { --colors-emulsify-blue-100: #e6f5fc; --colors-emulsify-blue-200: #CCECFA; --colors-emulsify-blue-300: #99D9F4; --colors-emulsify-blue-400: #66c5ef; --colors-emulsify-blue-500: #33b2e9; --colors-emulsify-blue-600: #009fe4; --colors-emulsify-blue-700: #007FB6; --colors-emulsify-blue-800: #005f89; --colors-emulsify-blue-900: #00405b; --colors-emulsify-blue-1000: #00202e; --colors-purple: #8B1E7E; } </style> `,
npm run develop
<head>
:tada: This PR is included in version 5.1.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
This PR does the following:
Related Issue(s)
Functional Testing:
configOverrides
and implement a config change. Example: add the following after thedocs: {}
npm run develop
to startup storybook. Inspect the main<head>
of the source and verify the inline styles defined above are now rendered on the page.