UNPKG

468 BTypeScriptView Raw
1import { Plugin } from 'rollup';
2/**
3 * rollup-plugin-css
4 *
5 * Support installing any imported CSS into your dependencies. This isn't strictly valid
6 * ESM code, but it is popular in the npm ecosystem & web development ecosystems. It also
7 * solves a problem that is difficult to solve otherwise (referencing CSS from JS) so for
8 * those reasons we have added default support for importing CSS into Snowpack v2.
9 */
10export declare function rollupPluginCss(): Plugin;