0.12.2 • Published 4 years ago

@chialab/wds-plugin-postcss v0.12.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

⚠️ The development of this plugin has been suspended as it has been replaced by another plugin in the RNA ecosystem, but it can be a reference for other developers.


Install

$ npm i @chialab/wds-plugin-postcss -D
$ yarn add @chialab/wds-plugin-postcss -D

Usage

import { startDevServer } from '@web/dev-server';
import { cssPlugin } from '@chialab/wds-plugin-postcss';

await startDevServer({
    plugins: [
        cssPlugin(),
    ],
});

This plugin looks for a postcss configuration in the project, otherwise it just rebase url references with the node resolve algorithm.


License

Wds Plugin Postcss is released under the MIT license.

0.12.2

4 years ago

0.12.0

4 years ago

0.11.19

4 years ago

0.11.8

4 years ago

0.11.13

4 years ago

0.11.0

4 years ago

0.10.0

4 years ago

0.9.10

4 years ago

0.9.8

4 years ago

0.9.3

4 years ago

0.9.2

4 years ago

0.9.0

4 years ago

0.8.13

4 years ago

0.8.0

4 years ago

0.5.8

4 years ago

0.4.9

4 years ago

0.4.17

4 years ago

0.4.15

4 years ago

0.5.0

4 years ago

0.7.0

4 years ago

0.4.22

4 years ago

0.6.0

4 years ago

0.4.3

4 years ago

0.4.1

4 years ago