Skip to content

1.0.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@sawyerh sawyerh released this 13 Mar 20:26

1.0.0-alpha.2 Documentation 👉

🚀 Added

  • CSS components and typography styles from the US Web Design Standards. Specifically:
    • input, textarea = ds-c-field
    • select = ds-c-field ds-c-field--dropdown
    • radio, checkbox = ds-c-choice
    • button, ds-c-button
    • Alert/Notification = ds-c-alert
    • Typography
  • ds-base--inverse base class which applies an "inverse" background and text color
  • ds-u-border--0 utility class for removing an element's default border
  • Yeoman generator (yarn run generate) for creating a component's initial files

Note: If you plan to use the Sass files, you'll want to be sure to copy the src/images directory and ensure the $image-path Sass variable points to wherever your project's images directory is.

🚨Breaking changes

  • The accessible-outline mixin (_mixins.outline) has been removed
  • The px function (functions.px) has been removed

📝 Documentation

  • Details and usage instructions are now collapsed by default so the code snippets don't get pushed so far down the page. This is a temporary solution until the docs get some lovin'.
  • Now link to a component's USWDS companion page