https://github.com/mlocati/postcss
Unofficial PHP port of PostCSS
https://github.com/mlocati/postcss
Last synced: 28 days ago
JSON representation
Unofficial PHP port of PostCSS
- Host: GitHub
- URL: https://github.com/mlocati/postcss
- Owner: mlocati
- License: mit
- Created: 2016-09-23T15:19:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-26T17:42:31.000Z (over 8 years ago)
- Last Synced: 2024-05-01T22:03:27.441Z (about 1 year ago)
- Language: PHP
- Size: 228 KB
- Stars: 22
- Watchers: 8
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/mlocati/postcss)
[](https://styleci.io/repos/69036582)# PostCSS for PHP
Please note that this is an ***unofficial*** port of [PostCSS](http://postcss.org/) to PHP.
This repository contains only the core engine, but it's not of any use without plugins.
For a list of currently available plugins, please see the [Wiki](https://github.com/mlocati/postcss/wiki).
## Credits
The code of this project is an almost a bare port of (parts of) these projects:
- [Official PostCSS](https://github.com/postcss/postcss)
- [Mozilla Source Map](https://github.com/mozilla/source-map)
- [Node.js](https://nodejs.org/)
- [Concat with source maps](https://github.com/floridoo/concat-with-sourcemaps)
- [ansi-styles](https://github.com/chalk/ansi-styles)
- [strip-ansi](https://github.com/chalk/strip-ansi)In the [licenses](https://github.com/mlocati/postcss/tree/master/licenses) directory you'll find the licenses of every project.