-
Notifications
You must be signed in to change notification settings - Fork 10
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
chore: tweaks to styling pages #2029
Conversation
@@ -148,31 +166,49 @@ import { ElementStyles, PropertyStyleSheetBehavior } from '@genesis/web-core'; | |||
* @public | |||
*/ | |||
export function appearanceBehavior(value: string, styles: ElementStyles) { | |||
return new PropertyStyleSheetBehavior('appearance', value, styles); | |||
return new PropertyStyleSheetBehavior("appearance", value, styles); |
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.
nitpick: this one should be ok to stay as it is?
@@ -45,15 +44,19 @@ Let's override structural properties defined in the `baseStyles` by adding or mo | |||
##### Custom Base Styles | |||
|
|||
```typescript | |||
import { css } from '@genesislcap/web-core'; |
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.
question: are we moving all examples to "double quotes symbol"?
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.
i did format document and it must have switched it
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.
As discussed more to do in future, but defo good enough for now
ATTENTION! NEW DOCS STRUCTURE
FOR THE NEXT THREE WEEKS, ONLY BRANCH FROM new-docs-structure
OTHERWISE, WAIT UNTIL THE NEW STRUCTURE HAS BEEN RELEASED
Thank you for contributing to the documentation.
Do the changes you have made apply to both Current and Previous versions?
Have you done a trial build to check all new or changed links?
Is there anything else you would like us to know?
This week's exciting advice from the style guide
Write your headings in sentence case:
This is a correct heading.
This is not a correct heading.