Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 543 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 543 Bytes

PostCSS Remove Google Fonts

Continuous Integration npm version

PostCSS plugin to remove google font imports.

Installation

npm install postcss-remove-google-fonts

Example

module.exports = {
    plugins: {
        'postcss-remove-google-fonts': {},
    },
};