Introduction
WaPo Tachyons CSS Framework
WaPo offers a CSS framework for rapid development with our design system standards in mind! Inspired by tachyons (opens in a new tab) the framework is a utility class-based approach to writing minimal CSS. Check out the docs (opens in a new tab) or the source code for sample usage.
Usage
Import the global framework:
import "@washingtonpost/tachyons-css/dist/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.
- Please use conventional commits for commit messages. https://www.conventionalcommits.org/en/v1.0.0/ (opens in a new tab). We use this to create the correct version for our package. Thank you.
- Submit your changes as a pull request or a fork.
- Ask for a review from a team mate and one person from the "@washingtonpost/wpds" team.
- A core team member will merge your code.
- A core team member will help you create a release.
Releasing to NPM Production/Latest Channel
Push or merge your change into the "main" git branch. We have a Github actions workflow that takes care of releasing your code to NPM.