mirror of https://gitee.com/antv-l7/antv-l7
|
||
---|---|---|
.. | ||
node_modules | ||
tests | ||
.babelrc | ||
.npmignore | ||
LICENSE | ||
README.md | ||
data.json | ||
index.js | ||
package.json |
README.md
PostCSS FPF plugin
This PostCSS plugin converts football club names (in your css code's declarations) into colors.
The club names currently supported are:
- benfica: #ff0000
- porto: blue
- sporting: green
This plugin for the PostCSS preprocessor heavily based on Sara Vieira's postcss-caralho in terms of not only the plugin's code but also testing. This project owes much to it!