Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/1j01/postcss-gtk
- Owner: 1j01
- Created: 2015-04-14T03:05:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-25T21:40:13.000Z (about 9 years ago)
- Last Synced: 2024-10-13T12:25:58.893Z (about 1 month ago)
- Topics: browser-css, gtk, gtk3, gtk3-theme, postcss, postcss-gtk, postcss-plugin, postcss-plugins, processor, style, styles, stylesheet
- Language: CoffeeScript
- Homepage: http://github.com/1j01/elementary.css
- Size: 191 KB
- Stars: 26
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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