# extendify/0.3.0/utility-framework/classes/text-stroke.css

Extendify, version 0.3.0. 24 lines.

- Page: https://pluginprobe.com/plugins/extendify/0.3.0/code/utility-framework/classes/text-stroke.css
- Raw: https://pluginprobe.com/plugins/extendify/0.3.0/raw/utility-framework/classes/text-stroke.css
- Modified: 2022-01-06T18:08:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/extendify/0.3.0/code/utility-framework/classes/text-stroke.css#L10-L20`.

```css
.text-stroke {
    -webkit-text-stroke-width: var(
        --wp--custom--typography--text-stroke-width,
        2px
    );
    -webkit-text-stroke-color: var(--wp--preset--color--background);
}

.text-stroke--primary {
    -webkit-text-stroke-width: var(
        --wp--custom--typography--text-stroke-width,
        2px
    );
    -webkit-text-stroke-color: var(--wp--preset--color--primary);
}

.text-stroke--secondary {
    -webkit-text-stroke-width: var(
        --wp--custom--typography--text-stroke-width,
        2px
    );
    -webkit-text-stroke-color: var(--wp--preset--color--secondary);
}

```
