Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@gatsby-themes/tailwind

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gatsby-themes/tailwind

Tailwind Theme for GatsbyJS

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Gatsby Tailwind Theme

The tailwind theme sets up the configuration based on the best practices recommended by the Gatsby team

import {Card} from @gatsby-themes/tailwind;

How to use

  • Add the dependency @gatsby-themes/tailwind
  • The emotion theme will warn of the peer dependencies which also must be added to the gatsby site leveraging this theme.
yarn add `@gatsby-themes/tailwind`
  • Configure the theme in the gatsby-config.js file.
module.exports = {
	plugins: [
		{
			resolve: '@gatsby-themes/tailwind',
		}
	]
};

Keywords

gatsby

FAQs

Package last updated on 07 Oct 2019

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