antv-l7/node_modules/postcss-plugin
thinkinggis f7e5376b7d fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
..
node_modules fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
tests fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
.babelrc fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
.npmignore fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
LICENSE fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
README.md fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
data.json fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
index.js fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
package.json fix(fix css): fix css png 2019-11-22 18:04:14 +08:00

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!