Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/1j01/postcss-gtk

Processes GTK+ CSS into browser CSS
https://github.com/1j01/postcss-gtk

browser-css gtk gtk3 gtk3-theme postcss postcss-gtk postcss-plugin postcss-plugins processor style styles stylesheet

Last synced: 18 days ago
JSON representation

Processes GTK+ CSS into browser CSS

Awesome Lists containing this project

README

        

# postcss-gtk

Processes GTK+ CSS into browser CSS
with [PostCSS](https://github.com/postcss/postcss)

See the [demo](http://1j01.github.io/elementary.css/demo/) of
[elementary.css](http://github.com/1j01/elementary.css)

## Usage

`postcss-gtk` exports a [`Processor`][Processor],
so you can call [`use`][use] and [`process`][process] on it,
or you can [`use`][use] it in another [`Processor`][Processor]

[Processor]: https://github.com/postcss/postcss/blob/master/docs/api.md#processor-class
[use]: https://github.com/postcss/postcss/blob/master/docs/api.md#processoruseplugin
[process]: https://github.com/postcss/postcss/blob/master/docs/api.md#processorprocesscss-opts