0.12.2 • Published 3 years ago

@chialab/wds-plugin-postcss v0.12.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.12.0

3 years ago

0.11.19

3 years ago

0.11.8

3 years ago

0.11.13

3 years ago

0.11.0

3 years ago

0.10.0

3 years ago

0.9.10

3 years ago

0.9.8

3 years ago

0.9.3

3 years ago

0.9.2

3 years ago

0.9.0

3 years ago

0.8.13

3 years ago

0.8.0

3 years ago

0.5.8

3 years ago

0.4.9

3 years ago

0.4.17

3 years ago

0.4.15

3 years ago

0.5.0

3 years ago

0.7.0

3 years ago

0.4.22

3 years ago

0.6.0

3 years ago

0.4.3

3 years ago

0.4.1

3 years ago