Skip to content

PostCSS plugin that allows to use html entities inside css content property.

License

Notifications You must be signed in to change notification settings

komarnitskyi/postcss-content-entity

Repository files navigation

PostCSS Content Entity Build Status

PostCSS plugin that allows to use html entities inside css content property.

.foo:after {
    /* Input example */
    content: '×'
}
.foo:after {
    /* Output example */
    content: '\d7;'
}

Install

NPM:

npm i postcss-content-entity

Yarn:

yarn add postcss-content-entity

Usage

and use it with post css

postcss([ require('postcss-content-entity') ])

See PostCSS docs for examples for your environment.

About

PostCSS plugin that allows to use html entities inside css content property.

Resources

License

Stars

Watchers

Forks

Packages

No packages published