-
Notifications
You must be signed in to change notification settings - Fork 22.6k
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(css): Move CSS examples - Learn CSS, How To, Flexbox basics #36661
Conversation
…es after a heading
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 have looked at each one of these, and they look good, very nice work @bsmth!
I will now merge this and try pulling it into my giant PR to see if any conflicts occur.
Super, thank you very much! |
@@ -184,8 +196,8 @@ Each CSS rule starts with a selector — or a list of selectors — in order to | |||
```css | |||
h1 | |||
a:link | |||
.many-things | |||
#one-thing | |||
.manythings |
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.
whoops, these two slipped in (broken on this branch, fixed on main), I'll correct in my next PR.
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 in 9aad0db
Description
As part of an initiative to reduce repo maintenance & code duplication, this PR moves some external examples into content. This PR converts the following macros to live samples:
Motivation
Motivation is described in the project issue.
Related issues and pull requests