📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

gatsby-plugin-uninline-styles

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-plugin-uninline-styles

Un-inline CSS from GatsbyJS generated HTML files

0.2.0
latest
Source
npm
Version published
Weekly downloads
1.7K
44.18%
Maintainers
1
Weekly downloads
 
Created
Source

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!

Keywords

gatsby

FAQs

Package last updated on 28 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts