gatsby-plugin-uninline-styles
v0.2.0
Published
Un-inline CSS from GatsbyJS generated HTML files
Downloads
6,049
Maintainers
Readme
Description
This plugin allows to un-inline CSS from generated HTML files.
How to install
npm install gatsby-plugin-uninline-styles
How to use
// In your gatsby-config.js
module.exports = {
plugins: [
'gatsby-plugin-uninline-styles',
],
};
How to contribute
So nice you wanna contribute to this repository. Thank you.
You may contribute in several ways like:
- Blog or tweet about the project.
- Creating new features.
- Fixing bugs.
- Improving documentation and examples.
- Translating any document here to your language.
- Discuss potential ways to improve project.
Guideline
Please ensure your pull request adheres to the following guidelines:
- Before sending a Pull Request, please make sure that you're assigned the task on a GitHub issue.
- If a relevant issue already exists, discuss on the issue and get it assigned to yourself on GitHub.
- If no relevant issue exists, open a new issue and get it assigned to yourself on GitHub.
- Make an individual pull request for each suggestion.
- Keep descriptions short and simple, but descriptive.
- Start the description with a capital and end with a full stop/period.
- Check your spelling and grammar.
- Make sure your text editor is set to remove trailing whitespace.
Thank you for your suggestions!