Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gadenbuie/quarto-tachyons
Tachyons Utility CSS for Quarto
https://github.com/gadenbuie/quarto-tachyons
css quarto quarto-extension quarto-filter utility-classes
Last synced: 3 months ago
JSON representation
Tachyons Utility CSS for Quarto
- Host: GitHub
- URL: https://github.com/gadenbuie/quarto-tachyons
- Owner: gadenbuie
- Created: 2024-08-26T19:29:47.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T12:26:34.000Z (5 months ago)
- Last Synced: 2024-10-14T22:28:36.190Z (3 months ago)
- Topics: css, quarto, quarto-extension, quarto-filter, utility-classes
- Language: CSS
- Homepage: http://pkg.garrickadenbuie.com/quarto-tachyons/
- Size: 57.6 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tachyons Extension For Quarto
Add [Tachyons](https://tachyons.io/) to your Quarto documents.
## Installing
``` bash
quarto add gadenbuie/quarto-tachyons
```This will install the extension under the `_extensions` subdirectory. If
you’re using version control, you will want to check in this directory.## Using
To use the extension, include `tachyons` in the list of filters in your
document metadata or in your `_quarto.yml` configuration file.``` yaml
filters:
- tachyons
```The version of Tachyons in this extension includes a small bit of
additional CSS to avoid clashes between Tachyons classes and pandoc’s
built-in code style classes.## Example
Then use Tachyons classes as desired! (Example from the [Tachyons
documentation](https://tachyons.io/components/cards/product-card/index.html).)``` html
Cat
$1,000
If it fits, i sits burrow under covers. Destroy couch leave hair everywhere,
and touch water with paw then recoil in horror.
```