Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/washingtonpost/tachyons-css
WaPo's flavor of Tachyons, a CSS framework
https://github.com/washingtonpost/tachyons-css
wpds
Last synced: 2 months ago
JSON representation
WaPo's flavor of Tachyons, a CSS framework
- Host: GitHub
- URL: https://github.com/washingtonpost/tachyons-css
- Owner: washingtonpost
- Created: 2022-05-05T16:24:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T19:15:42.000Z (7 months ago)
- Last Synced: 2024-10-29T21:23:04.197Z (3 months ago)
- Topics: wpds
- Language: JavaScript
- Homepage: https://build.washingtonpost.com/tachyons
- Size: 1.55 MB
- Stars: 5
- Watchers: 10
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# WaPo Tachyons CSS Framework
WaPo offers a CSS framework for rapid development with our design system standards in mind! Inspired by [tachyons](https://tachyons.io/) the framework is a utility class-based approach to writing minimal CSS. Check out the [docs](https://build.washingtonpost.com/tachyons) or the source code for sample usage.
## Usage
Import the global framework:
```jsx
import "@washingtonpost/tachyons-css/dist/index.css";
```Use to your heart's content ❤️:
```html
CSS is awesome
```## Contributing
1. Create a new branch from `main`.
1. Make your changes.
1. Please use conventional commits for commit messages. https://www.conventionalcommits.org/en/v1.0.0/. We use this to create the correct version for our package. Thank you.
1. Submit your changes as a pull request or a fork.
1. Ask for a review from a team mate and one person from the "@washingtonpost/wpds" team.
1. A core team member will merge your code.
1. 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.