Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

Photo of a kitten looking menacing.




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.


```