1. postcss-plugin
a postcss plugin
postcss-plugin
Package: postcss-plugin
Last modified: Fri, 24 Jun 2022 10:35:06 GMT
Version: 1.0.0
License: ISC
Downloads: 13,811

Install

npm install postcss-plugin
yarn add postcss-plugin

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!

Dependencies

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin