Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0x46616c6b/postcss-remove-google-fonts
PostCSS plugin to remove Google Fonts
https://github.com/0x46616c6b/postcss-remove-google-fonts
postcss-plugin
Last synced: 25 days ago
JSON representation
PostCSS plugin to remove Google Fonts
- Host: GitHub
- URL: https://github.com/0x46616c6b/postcss-remove-google-fonts
- Owner: 0x46616c6b
- License: gpl-3.0
- Created: 2018-08-30T12:50:10.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T08:23:43.000Z (7 months ago)
- Last Synced: 2024-04-05T09:30:02.382Z (7 months ago)
- Topics: postcss-plugin
- Language: JavaScript
- Size: 868 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# PostCSS Remove Google Fonts
![Continuous Integration](https://github.com/0x46616c6b/postcss-remove-google-fonts/workflows/Continuous%20Integration/badge.svg) [![npm version](https://badge.fury.io/js/postcss-remove-google-fonts.svg)](https://badge.fury.io/js/postcss-remove-google-fonts)
[PostCSS](https://postcss.org/) plugin to remove google font imports.
## Installation
npm install postcss-remove-google-fonts
## Example
module.exports = {
plugins: {
'postcss-remove-google-fonts': {},
},
};