Skip to content

Conversation

@mdo
Copy link
Owner

@mdo mdo commented Apr 9, 2022

Screen Shot 2022-04-11 at 3 23 25 PM

  • Rewrites content in Markdown for easier maintenance and removes all _includes for code snippets.
  • Rebuilds page layout using CSS Grid.
  • Removed outdated JavaScript-generated markup section given proliferation of numerous JS frameworks.
  • Removed outdated Prefixed properties section as majority of the properties this applied to no longer require prefixes (e.g., border-radius, box-shadow, etc).
  • Redesigns masthead and introduces new project icon.

Closed issues

Todos

  • Update CSS syntax section to include new color formats for rgb and hsl
  • Explain why border is under visual when it's part of the box model (box-sizing, relation to border-radius, etc)
  • Update Sass and Less mentions to preprocessors
  • Add to CSS Comments section: remove on publish, use Sass syntax //
  • Add Logical properties section?

- Rewrite all content in Markdown
- Drop some outdated content
- Fix all open issues
- New project logo
- Updated design
@mdo mdo marked this pull request as ready for review May 11, 2022 20:08
@mdo mdo merged commit 95e7712 into gh-pages May 26, 2022
@mdo mdo deleted the v4 branch May 26, 2022 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment