postcss-url-rebase
A PostCSS plugin for url() rebasing before import.
Install
sh
npm i -D @chialab/postcss-url-rebasesh
yarn add -D @chialab/postcss-url-rebasesh
pnpm add -D @chialab/postcss-url-rebaseUsage
ts
import postcss from 'postcss';
import urlRebase from '@chialab/postcss-url-rebase';
postcss([
urlRebase(),
]).process(...);