-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat!: support illustrations theming #6
base: main
Are you sure you want to change the base?
Conversation
Preview is ready. |
styles/gravityTheme.scss
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe call it simply styles.scss
?
scripts/transform-colors.mjs
Outdated
import {optimize} from 'svgo'; | ||
import {colorsProps} from 'svgo/plugins/_collections.js'; | ||
|
||
function getColorsTransformatorPlagin(transforms) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
function getColorsTransformatorPlagin(transforms) { | |
function getColorsTransformatorPlugin(transforms) { |
src/components/UnableToDisplay.tsx
Outdated
xmlns="http://www.w3.org/2000/svg" | ||
width={356} | ||
height={336} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is container size change intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
No description provided.