@chialab/postcss-url-rebase
TypeScript icon, indicating that this package has built-in type declarations

0.18.0 • Public • Published

Postcss Url Rebase • A postcss plugin for `url()` rebasing before import.

NPM

Install

npm i @chialab/postcss-url-rebase -D
yarn add @chialab/postcss-url-rebase -D

Usage

import postcss from 'postcss';
import urlRebase from '@chialab/postcss-url-rebase';

postcss([
    urlRebase(),
]).process(...);

License

Postcss Url Rebase is released under the MIT license.

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @chialab/postcss-url-rebase

Weekly Downloads

2

Version

0.18.0

License

MIT

Unpacked Size

7.46 kB

Total Files

5

Last publish

Collaborators

  • chialab-admin
  • chialab-developers