New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tailwindcss-preflight

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tailwindcss-preflight

A modern and opinionated alternative to CSS resets

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source
preflight
“An opinionated set of base styles”
- Tailwind.com

⚙️ Installation

Using npm:

npm install tailwindcss-preflight

Using yarn:

yarn add tailwindcss-preflight

📖 Usage

Using CSS imports:

@import 'tailwindcss-preflight/preflightcss.css';

Using ES6 imports:

import 'tailwindcss-preflight';

🌐 CDN

Using JSDELIVR:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tailwindcss-preflight/preflightcss.css">

Using UNPKG:

<link rel="stylesheet" href="https://unpkg.com/tailwindcss-preflight/preflightcss.css">

❓ FAQ

Why did you create this package?

For anyone who wants to use Preflight but doesn't feel like pulling in all of Tailwind CSS.

✨ Credits

Preflight is built on top of modern-normalize which itself is based on normalize.css.
All credit goes to the respective code authors:


Nicolas Gallagher

Jonathan Neal

Sindre Sorhus

Adam Wathan

Jonathan Reinink

Keywords

FAQs

Package last updated on 05 Oct 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc