CSS Framework
WPDS offers a global CSS framework for rapid development with our design system standards in mind! Inspired by tachyons the framework is a utility class-based approach to writing minimal CSS. Check out the storybook or the source code for sample usage.
Usage
Import the global framework:
import "@washingtonpost/tachyons-css/index.css";
Use to your heart's content ❤️:
<a href="bold blue hover-underline">CSS is awesome</a>
Contributing
- Create a new branch from
main
. - Make your changes.
- Submit your changes as a pull request or a fork.
- Ask for a review from a team mate and one person from the "@WPMedia/wpds-core" team.
- A core team member will merge your code.
- A core team member will help you create a release.