npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@terrahq/wysiwyg

v1.0.0

Published

This package offers a seamless solution to effortlessly style the WYSIWYG and Gutenberg editor fields in WordPress and Sanity. With user-friendly customization options, it provides a hassle-free way to enhance the visual aesthetics of these content editor

Readme

WYSIWYG By Terra

This package offers a seamless solution to effortlessly style the WYSIWYG and Gutenberg editor fields in WordPress and Sanity. With user-friendly customization options, it provides a hassle-free way to enhance the visual aesthetics of these content editors, ensuring a polished and cohesive design for your web content.

Installation

npm install @terrahq/wysiwyg

Import Mixins Globally

Import the mixing into the c--content file:

For Wordpress

@use "@terrahq/wysiwyg/wordpress" as *;

For Sanity

@use "@terrahq/wysiwyg/sanity" as *;

How to Use

The c--content consists of two mixins. One is responsible for styling properties to ensure components look visually appealing, while the other provides options to customize blocks for each project. In both mixins, it is crucial to specify the platform for which they are intended to be used (wp or sanity).

Each block has its own set of options for customization. If you want to learn more about any specific block, click on it. The blocks that are styled include:

Block Compatibility Table

This table shows which blocks are compatible with Gutenberg (WordPress), classic WYSIWYG content (like ACF fields or raw HTML editors), and Sanity:

| Block | Gutenberg (WP) | Classic WYSIWYG WP | Sanity | |---------------|---------------------|-----------------------|-----------------------| | Headings | ✅ | ✅ | ✅ | | Paragraphs | ✅ | ✅ | ✅ | | Lists | ✅ | ✅ | ✅ | | Links | ✅ | ✅ | ✅ | | Images | ✅ (with zoom) | ✅ (no zoom, no cite) | ✅ (no zoom, no cite) | | Quote | ✅ (with cite) | ✅ (no cite) | ✅ (no cite) | | Footnote | ✅ | ❌ | ❌ | | Highlighted | ✅ | ❌ | ❌ | | Button | ✅ | ❌ | ❌ | | Columns | ✅ | ❌ | ❌ | | Separator | ✅ | ❌ | ❌ | | Table | ✅ | ✅ | ❌ | | Video | ✅ | ✅ | ❌ | | Utilities | ✅ | ❌ | ❌ | | Custom | ✅ | ✅ | ✅ |

WP

HTML code

<div class="c--content-a"></div>

SCSS code

.c--content-a {
  @include make-content();
  @include make-content-modifier(
    $headings-options: (
      // "h1": (
      //   "className": f--font-a,
      //   "color": #638c1d,
      //   "font-family": arial,
      //   "font-size": 2rem,
      //   "font-style": italic,
      //   "font-weight": 400,
      //   "letter-spacing": 1px,
      //   "line-height": 1.5,
      //   "max-lines": 3,
      //   "text-decoration": underline,
      //   "text-decoration-color": #000000,
      //   "text-underline-position": under,
      //   "margin-bottom": $measure*3,
      //   "padding-top": $measure*5,
      //   "text-align": center,
      //   "margin-bottom-before-lists": 24px,
      //   "bold-font-weight": 800,
      // ),
      "h2":
        (
          //   "className": f--font-a,
          //   "color": #638c1d,
          //   "font-family": arial,
          //   "font-size": 2rem,
          //   "font-style": italic,
          //   "font-weight": 400,
          //   "letter-spacing": 1px,
          //   "line-height": 1.5,
          //   "max-lines": 3,
          //   "text-decoration": underline,
          //   "text-decoration-color": #000000,
          //   "text-underline-position": under,
          "margin-bottom": $measure * 3,
          "padding-top": $measure * 5,
          //   "text-align": center,
          //   "margin-bottom-before-lists": 24px,
          //   "bold-font-weight": 800,
        ),
      "h3": (
        //   "className": f--font-a,
        //   "color": #638c1d,
        //   "font-family": arial,
        //   "font-size": 2rem,
        //   "font-style": italic,
        //   "font-weight": 400,
        //   "letter-spacing": 1px,
        //   "line-height": 1.5,
        //   "max-lines": 3,
        //   "text-decoration": underline,
        //   "text-decoration-color": #000000,
        //   "text-underline-position": under,
        "margin-bottom": $measure * 3,
        "padding-top": $measure * 5,
        //   "text-align": center,
        //   "margin-bottom-before-lists": 24px,
        //   "bold-font-weight": 800,
      ),
      "h4": (
        //   "className": f--font-a,
        //   "color": #638c1d,
        //   "font-family": arial,
        //   "font-size": 2rem,
        //   "font-style": italic,
        //   "font-weight": 400,
        //   "letter-spacing": 1px,
        //   "line-height": 1.5,
        //   "max-lines": 3,
        //   "text-decoration": underline,
        //   "text-decoration-color": #000000,
        //   "text-underline-position": under,
        "margin-bottom": $measure * 2,
        "padding-top": $measure * 5,
        //   "text-align": center,
        //   "margin-bottom-before-lists": 24px,
        //   "bold-font-weight": 800,
      ),
      "h5": (
        //   "className": f--font-a,
        //   "color": #638c1d,
        //   "font-family": arial,
        //   "font-size": 2rem,
        //   "font-style": italic,
        //   "font-weight": 400,
        //   "letter-spacing": 1px,
        //   "line-height": 1.5,
        //   "max-lines": 3,
        //   "text-decoration": underline,
        //   "text-decoration-color": #000000,
        //   "text-underline-position": under,
        "margin-bottom": $measure * 2,
        "padding-top": $measure * 5,
        //   "text-align": center,
        //   "margin-bottom-before-lists": 24px,
        //   "bold-font-weight": 800,
      ),
      "h6": (
        //   "className": f--font-a,
        //   "color": #638c1d,
        //   "font-family": arial,
        //   "font-size": 2rem,
        //   "font-style": italic,
        //   "font-weight": 400,
        //   "letter-spacing": 1px,
        //   "line-height": 1.5,
        //   "max-lines": 3,
        //   "text-decoration": underline,
        //   "text-decoration-color": #000000,
        //   "text-underline-position": under,
        "margin-bottom": $measure,
        "padding-top": $measure * 5,
        //   "text-align": center,
        //   "margin-bottom-before-lists": 24px,
        //   "bold-font-weight": 800,
      ),
    ),
    $image-options: (
      // "border-color": red,
      // "border-radius": 20px,
      // "border-style": solid,
      // "border-width": 2px,
      // "object-fit": cover,
      // "max-height": 700px,
      // "min-height": 0,
      // "object-position": center,
      // "max-width": 100%,
      // "min-width": 30px,
      "margin-bottom": $measure * 5,
      "caption": (
        // "className": f--font-a,
        // "color": #638c1d,
        // "font-family": arial,
        // "font-size": 2rem,
        // "font-style": italic,
        // "font-weight": 400,
        // "letter-spacing": 1px,
        // "line-height": 1.5,
        // "max-lines": 3,
        // "text-decoration": underline,
        // "text-decoration-color": #000000,
        // "text-underline-position": under,
        // "margin-bottom": $measure*2,
        "padding-top": $measure * 2,
        "text-align": right,
        // "margin-bottom-before-lists": 24px,
        // "bold-font-weight": 800,
        // "zoom-button-background-color": red,
        // "zoom-button-bottom": 0px,
        // "zoom-button-right": 0px,
        // "zoom-button-border-radius": 0 0 8px 0,
      ),
    ),
    $link-options: (
      // "className": g--link-01 g--link-01--second,
    ),
    $lists-options: (
      // "number-font": (
      //   "className": f--font-a,
      //   "color": #638c1d,
      //   "font-family": arial,
      //   "font-size": 2rem,
      //   "font-style": italic,
      //   "font-weight": 400,
      //   "letter-spacing": 1px,
      //   "line-height": 1.5,
      //   "max-lines": 3,
      //   "text-decoration": underline,
      //   "text-decoration-color": #000000,
      //   "text-underline-position": under,
      //   "margin-bottom": $measure*2,
      //   "padding-top": $measure*2,
      //   "text-align": right,
      //   "margin-bottom-before-lists": 24px,
      //   "bold-font-weight": 800,
      // ),
      // "first-number-width": 14px,
      // "first-level-number-color": map.get($color-options, d),
      // "first-level-artwork-width": 8px,
      // "first-level-artwork-top": 8px,
      // "first-level-artwork-image": '(../img/artwork.png)',
      // "first-level-artwork-background": map.get($color-options, d),
      // "first-level-artwork-border-radius": 50%,
      // "first-level-artwork-border-width": 1px,
      // "first-level-artwork-border-color": map.get($color-options, d),
      // "second-level-number-color": map.get($color-options, d),
      // "second-level-artwork-width": 8px,
      // "second-level-artwork-top": 8px,
      // "second-level-artwork-image": '(../img/artwork.png)',
      // "second-level-artwork-background": map.get($color-options, d),
      // "second-level-artwork-border-radius": 50%,
      // "second-level-artwork-border-width": 1px,
      // "second-level-artwork-border-color": map.get($color-options, d),
      // "third-level-number-color": map.get($color-options, d),
      // "third-level-artwork-width": 8px,
      // "third-level-artwork-top": 8px,
      // "third-level-artwork-image": '(../img/artwork.png)',
      // "third-level-artwork-background": map.get($color-options, d),
      // "third-level-artwork-border-radius": 50%,
      // "third-level-artwork-border-width": 1px,
      // "third-level-artwork-border-color": map.get($color-options, d),
      "margin-bottom": $measure * 4,
      // "nested-list-spacing": $measure,
      "font-styles": (
        // "className": f--font-a,
        // "color": #638c1d,
        // "font-family": arial,
        // "font-size": 2rem,
        // "font-style": italic,
        // "font-weight": 400,
        // "letter-spacing": 1px,
        // "line-height": 1.5,
        // "max-lines": 3,
        // "text-decoration": underline,
        // "text-decoration-color": #000000,
        // "text-underline-position": under,
        "margin-bottom": $measure * 2,
        // "padding-top": $measure*2,
        // "text-align": right,
        // "margin-bottom-before-lists": 24px,
        // "bold-font-weight": 800,
      ),
    ),
    $paragraphs-options: (
      // "className": f--font-a,
      // "color": #638c1d,
      // "font-family": arial,
      // "font-size": 2rem,
      // "font-style": italic,
      // "font-weight": 400,
      // "letter-spacing": 1px,
      // "line-height": 1.5,
      // "max-lines": 3,
      // "text-decoration": underline,
      // "text-decoration-color": #000000,
      // "text-underline-position": under,
      "margin-bottom": $measure * 4,
      // "padding-top": $measure*2,
      // "text-align": right,
      "margin-bottom-before-lists": $measure * 3,
      // "bold-font-weight": 800,
    ),
    $quote-options: (
      "padding": $measure * 3 0,
      "margin-top": $measure * 5,
      "margin-bottom": $measure * 6,
      // "border": (
      //   "border-color": red,
      //   "border-radius": 0,
      //   "border-style": solid,
      //   "border-width": 2px 0,
      // ),
      // "paragraph": (
      //   "className": f--font-a,
      //   "color": #638c1d,
      //   "font-family": arial,
      //   "font-size": 2rem,
      //   "font-style": italic,
      //   "font-weight": 400,
      //   "letter-spacing": 1px,
      //   "line-height": 1.5,
      //   "max-lines": 3,
      //   "text-decoration": underline,
      //   "text-decoration-color": #000000,
      //   "text-underline-position": under,
      //   "margin-bottom": $measure*2,
      //   "padding-top": $measure*2,
      //   "text-align": right,
      //   "margin-bottom-before-lists": 24px,
      //   "bold-font-weight": 800,
      // ),
      "cite":
        (
          // "className": f--font-a,
          // "color": #638c1d,
          // "font-family": arial,
          // "font-size": 2rem,
          // "font-style": italic,
          // "font-weight": 400,
          // "letter-spacing": 1px,
          // "line-height": 1.5,
          // "max-lines": 3,
          // "text-decoration": underline,
          // "text-decoration-color": #000000,
          // "text-underline-position": under,
          // "margin-bottom": $measure*2,
          "padding-top": $measure * 3,
          // "text-align": right,
          // "margin-bottom-before-lists": 24px,
          // "bold-font-weight": 800,
        ),
    ),
    $footnote-options: (
      // "className": f--font-a,
      // "color": #638c1d,
      // "font-family": arial,
      // "font-size": 2rem,
      // "font-style": italic,
      // "font-weight": 400,
      // "letter-spacing": 1px,
      // "line-height": 1.5,
      // "max-lines": 3,
      // "text-decoration": underline,
      // "text-decoration-color": #000000,
      // "text-underline-position": under,
      "margin-bottom": $measure * 2,
      // "padding-top": $measure*2,
      // "text-align": right,
      // "margin-bottom-before-lists": 24px,
      // "bold-font-weight": 800,
    ),
    $highlighted-options: (
      // "className": f--font-a,
      // "color": #638c1d,
      // "font-family": arial,
      // "font-size": 2rem,
      // "font-style": italic,
      // "font-weight": 400,
      // "letter-spacing": 1px,
      // "line-height": 1.5,
      // "max-lines": 3,
      // "text-decoration": underline,
      // "text-decoration-color": #000000,
      // "text-underline-position": under,
      "margin-bottom": $measure * 4,
      // "padding-top": $measure*2,
      // "text-align": right,
      // "margin-bottom-before-lists": 24px,
      // "bold-font-weight": 800,
    ),
    $btn-options: (
      // "className": g--btn-01,
      "margin-bottom": $measure * 4,
    ),
    $columns-options: (
      "breakpoint": $tablets,
      "margin-bottom": $measure * 4,
    ),
    $separator-options: (
      "margin": $measure * 6 auto,
      // "width": 60%,
      // "color": orange,
      // "height": 2px,
    ),
    $table-options: (
      "margin-bottom": $measure * 4,
      "header-cells-padding": $measure * 2,
      "body-cells-padding": $measure $measure * 2,
      // "header-font-styles": (
      //   "className": f--font-a,
      //   "color": #638c1d,
      //   "font-family": arial,
      //   "font-size": 2rem,
      //   "font-style": italic,
      //   "font-weight": 400,
      //   "letter-spacing": 1px,
      //   "line-height": 1.5,
      //   "max-lines": 3,
      //   "text-decoration": underline,
      //   "text-decoration-color": #000000,
      //   "text-underline-position": under,
      //   "margin-bottom": $measure*2,
      //   "padding-top": $measure*2,
      //   "text-align": right,
      //   "margin-bottom-before-lists": 24px,
      //   "bold-font-weight": 800,
      // ),
      // "header-border": (
      //   "border-radius": 1px,
      //   "border-width": 1px,
      //   "border-style": solid,
      //   "border-color": map.get($color-options, a)
      // ),
      // "header-background": map.get($color-options, a),
      // "body-font-styles": (
      //   "className": f--font-a,
      //   "color": #638c1d,
      //   "font-family": arial,
      //   "font-size": 2rem,
      //   "font-style": italic,
      //   "font-weight": 400,
      //   "letter-spacing": 1px,
      //   "line-height": 1.5,
      //   "max-lines": 3,
      //   "text-decoration": underline,
      //   "text-decoration-color": #000000,
      //   "text-underline-position": under,
      //   "margin-bottom": $measure*2,
      //   "padding-top": $measure*2,
      //   "text-align": right,
      //   "margin-bottom-before-lists": 24px,
      //   "bold-font-weight": 800,
      // ),
      // "body-border": (
      //   "border-radius": 1px,
      //   "border-width": 1px,
      //   "border-style": solid,
      //   "border-color": map.get($color-options, a)
      // ),
      // "body-background": map.get($color-options, a),
      // "odd-rows-background": map.get($color-options, c),
      // "odd-rows-text-color": map.get($color-options, d),
      // "caption": (
      //   "className": f--font-a,
      //   "color": #638c1d,
      //   "font-family": arial,
      //   "font-size": 2rem,
      //   "font-style": italic,
      //   "font-weight": 400,
      //   "letter-spacing": 1px,
      //   "line-height": 1.5,
      //   "max-lines": 3,
      //   "text-decoration": underline,
      //   "text-decoration-color": #000000,
      //   "text-underline-position": under,
      //   "margin-bottom": $measure*2,
      "padding-top": $measure * 2,
      "text-align": right,
      //   "margin-bottom-before-lists": 24px,
      //   "bold-font-weight": 800,
      // ),,,,,,,,,,,,,
    ),
    $video-options: (
      // "border-color": red,
      // "border-radius": 20px,
      // "border-style": solid,
      // "border-width": 2px,
      // "object-fit": cover,
      // "max-height": 700px,
      // "min-height": 0,
      // "object-position": center,
      // "max-width": 100%,
      // "min-width": 30px,
      "margin-bottom": $measure * 5,
      "caption": (
        // "className": f--font-a,
        // "color": #638c1d,
        // "font-family": arial,
        // "font-size": 2rem,
        // "font-style": italic,
        // "font-weight": 400,
        // "letter-spacing": 1px,
        // "line-height": 1.5,
        // "max-lines": 3,
        // "text-decoration": underline,
        // "text-decoration-color": #000000,
        // "text-underline-position": under,
        // "margin-bottom": $measure*2,
        "padding-top": $measure * 2,
        "text-align": right,
        // "margin-bottom-before-lists": 24px,
        // "bold-font-weight": 800,
      ),
    ),
    $utilities-options: (
      "media-text-aligned-margin-x": $measure * 5,
    )
  );
}

@include zoom-modal-image();
@include zoom-modal-image-modifier(
  $option: (
    // "zoom-modal-bg-overlay": red,
    // "zoom-close-btn-color": yellow,
  )
);

Now for WP (implemented on WordPress 6.4), we have another option to add a zoom to the image, when you click a modal appears and the image have a button. You have the option to change the zoom-button properties that you can find inside $image-options. You also have to add the zoom-modal-image mixin and the zoom-modal-image-modifier mixin OUTSIDE the .c--content-a class.

Example:

@include zoom-modal-image();
@include zoom-modal-image-modifier(
  $option: (
    // "zoom-modal-bg-overlay": red,
    // "zoom-close-btn-color": yellow,
  )
);

Sanity

HTML code

<div class="c--content-a"></div>

SCSS code

.c--content-a {
  @include make-content();
  @include make-content-modifier(
    $headings-options: (
      // "h1": (
      //   "className": f--font-a,
      //   "color": #638c1d,
      //   "font-family": arial,
      //   "font-size": 2rem,
      //   "font-style": italic,
      //   "font-weight": 400,
      //   "letter-spacing": 1px,
      //   "line-height": 1.5,
      //   "max-lines": 3,
      //   "text-decoration": underline,
      //   "text-decoration-color": #000000,
      //   "text-underline-position": under,
      //   "margin-bottom": $measure*2,
      //   "padding-top": $measure*2,
      //   "text-align": right,
      //   "margin-bottom-before-lists": 24px,
      //   "bold-font-weight": 800,
      // ),
      "h2":
        (
          //   "className": f--font-a,
          //   "color": #638c1d,
          //   "font-family": arial,
          //   "font-size": 2rem,
          //   "font-style": italic,
          //   "font-weight": 400,
          //   "letter-spacing": 1px,
          //   "line-height": 1.5,
          //   "max-lines": 3,
          //   "text-decoration": underline,
          //   "text-decoration-color": #000000,
          //   "text-underline-position": under,
          "margin-bottom": $measure * 3,
          "padding-top": $measure * 5,
          //   "text-align": right,
          //   "margin-bottom-before-lists": 24px,
          //   "bold-font-weight": 800,
        ),
      "h3": (
        //   "className": f--font-a,
        //   "color": #638c1d,
        //   "font-family": arial,
        //   "font-size": 2rem,
        //   "font-style": italic,
        //   "font-weight": 400,
        //   "letter-spacing": 1px,
        //   "line-height": 1.5,
        //   "max-lines": 3,
        //   "text-decoration": underline,
        //   "text-decoration-color": #000000,
        //   "text-underline-position": under,
        "margin-bottom": $measure * 3,
        "padding-top": $measure * 5,
        //   "text-align": right,
        //   "margin-bottom-before-lists": 24px,
        //   "bold-font-weight": 800,
      ),
      "h4": (
        //   "className": f--font-a,
        //   "color": #638c1d,
        //   "font-family": arial,
        //   "font-size": 2rem,
        //   "font-style": italic,
        //   "font-weight": 400,
        //   "letter-spacing": 1px,
        //   "line-height": 1.5,
        //   "max-lines": 3,
        //   "text-decoration": underline,
        //   "text-decoration-color": #000000,
        //   "text-underline-position": under,
        "margin-bottom": $measure * 2,
        "padding-top": $measure * 5,
        //   "text-align": right,
        //   "margin-bottom-before-lists": 24px,
        //   "bold-font-weight": 800,
      ),
      "h5": (
        //   "className": f--font-a,
        //   "color": #638c1d,
        //   "font-family": arial,
        //   "font-size": 2rem,
        //   "font-style": italic,
        //   "font-weight": 400,
        //   "letter-spacing": 1px,
        //   "line-height": 1.5,
        //   "max-lines": 3,
        //   "text-decoration": underline,
        //   "text-decoration-color": #000000,
        //   "text-underline-position": under,
        "margin-bottom": $measure * 2,
        "padding-top": $measure * 5,
        //   "text-align": right,
        //   "margin-bottom-before-lists": 24px,
        //   "bold-font-weight": 800,
      ),
      "h6": (
        //   "className": f--font-a,
        //   "color": #638c1d,
        //   "font-family": arial,
        //   "font-size": 2rem,
        //   "font-style": italic,
        //   "font-weight": 400,
        //   "letter-spacing": 1px,
        //   "line-height": 1.5,
        //   "max-lines": 3,
        //   "text-decoration": underline,
        //   "text-decoration-color": #000000,
        //   "text-underline-position": under,
        "margin-bottom": $measure,
        "padding-top": $measure * 5,
        //   "text-align": right,
        //   "margin-bottom-before-lists": 24px,
        //   "bold-font-weight": 800,
      ),
    ),
    $image-options: (
      // "border-color": red,
      // "border-radius": 20px,
      // "border-style": solid,
      // "border-width": 2px,
      // "object-fit": cover,
      // "max-height": 700px,
      // "min-height": 0,
      // "object-position": center,
      // "max-width": 100%,
      // "min-width": 30px,
      "margin-bottom": $measure * 5,
      "caption": (
        // "className": f--font-a,
        // "color": #638c1d,
        // "font-family": arial,
        // "font-size": 2rem,
        // "font-style": italic,
        // "font-weight": 400,
        // "letter-spacing": 1px,
        // "line-height": 1.5,
        // "max-lines": 3,
        // "text-decoration": underline,
        // "text-decoration-color": #000000,
        // "text-underline-position": under,
        // "margin-bottom": $measure*2,
        "padding-top": $measure * 2,
        "text-align": right,
        // "margin-bottom-before-lists": 24px,
        // "bold-font-weight": 800,
      ),
    ),
    $link-options: (
      // "className": g--link-01 g--link-01--second,
    ),
    $lists-options: (
      // "number-font": (
      //   "className": f--font-a,
      //   "color": #638c1d,
      //   "font-family": arial,
      //   "font-size": 2rem,
      //   "font-style": italic,
      //   "font-weight": 400,
      //   "letter-spacing": 1px,
      //   "line-height": 1.5,
      //   "max-lines": 3,
      //   "text-decoration": underline,
      //   "text-decoration-color": #000000,
      //   "text-underline-position": under,
      //   "margin-bottom": $measure*2,
      //   "padding-top": $measure*5,
      //   "text-align": right,
      //   "margin-bottom-before-lists": 24px,
      //   "bold-font-weight": 800,
      // ),
      // "first-number-width": 14px,
      // "first-level-number-color": map.get($color-options, d),
      // "first-level-artwork-width": 8px,
      // "first-level-artwork-top": 8px,
      // "first-level-artwork-image": '(../img/artwork.png)',
      // "first-level-artwork-background": map.get($color-options, d),
      // "first-level-artwork-border-radius": 50%,
      // "first-level-artwork-border-width": 1px,
      // "first-level-artwork-border-color": map.get($color-options, d),
      // "second-level-number-color": map.get($color-options, d),
      // "second-level-artwork-width": 8px,
      // "second-level-artwork-top": 8px,
      // "second-level-artwork-image": '(../img/artwork.png)',
      // "second-level-artwork-background": map.get($color-options, d),
      // "second-level-artwork-border-radius": 50%,
      // "second-level-artwork-border-width": 1px,
      // "second-level-artwork-border-color": map.get($color-options, d),
      // "third-level-number-color": map.get($color-options, d),
      // "third-level-artwork-width": 8px,
      // "third-level-artwork-top": 8px,
      // "third-level-artwork-image": '(../img/artwork.png)',
      // "third-level-artwork-background": map.get($color-options, d),
      // "third-level-artwork-border-radius": 50%,
      // "third-level-artwork-border-width": 1px,
      // "third-level-artwork-border-color": map.get($color-options, d),
      "margin-bottom": $measure * 4,
      // "nested-list-spacing": $measure,
      "font-styles": (
        // "className": f--font-a,
        // "color": #638c1d,
        // "font-family": arial,
        // "font-size": 2rem,
        // "font-style": italic,
        // "font-weight": 400,
        // "letter-spacing": 1px,
        // "line-height": 1.5,
        // "max-lines": 3,
        // "text-decoration": underline,
        // "text-decoration-color": #000000,
        // "text-underline-position": under,
        "margin-bottom": $measure * 2,
        // "padding-top": $measure*5,
        // "text-align": right,
        // "margin-bottom-before-lists": 24px,
        // "bold-font-weight": 800,
      ),
    ),
    $paragraphs-options: (
      // "className": f--font-a,
      // "color": #638c1d,
      // "font-family": arial,
      // "font-size": 2rem,
      // "font-style": italic,
      // "font-weight": 400,
      // "letter-spacing": 1px,
      // "line-height": 1.5,
      // "max-lines": 3,
      // "text-decoration": underline,
      // "text-decoration-color": #000000,
      // "text-underline-position": under,
      "margin-bottom": $measure * 4,
      // "padding-top": $measure*5,
      // "text-align": right,
      "margin-bottom-before-lists": $measure * 3,
      // "bold-font-weight": 800,
    ),
    $quote-options: (
      "padding": $measure * 3 0,
      "margin-top": $measure * 5,
      "margin-bottom": $measure * 6,
      // "border": (
      //   "border-color": red,
      //   "border-radius": 0,
      //   "border-style": solid,
      //   "border-width": 2px 0,
      // ),
      // "paragraph": (
      //   "className": f--font-a,
      //   "color": #638c1d,
      //   "font-family": arial,
      //   "font-size": 2rem,
      //   "font-style": italic,
      //   "font-weight": 400,
      //   "letter-spacing": 1px,
      //   "line-height": 1.5,
      //   "max-lines": 3,
      //   "text-decoration": underline,
      //   "text-decoration-color": #000000,
      //   "text-underline-position": under,
      //   "margin-bottom": $measure*2,
      //   "padding-top": $measure*5,
      //   "text-align": right,
      //   "margin-bottom-before-lists": 24px,
      //   "bold-font-weight": 800,
      // ),
    )
  );
}