New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@anny.co/tailwindcss-gutters

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anny.co/tailwindcss-gutters

TailwindCSS plugin that adds polyfill utility classes for gap in flexboxes using margins

latest
npmnpm
Version
1.1.4
Version published
Maintainers
3
Created
Source

@anny.co/tailwindcss-gutters

This plugin polyfills the gap utility for flexboxes not being supported for Safari et al.

NOTE: Support for IE11 is dropped intentionally! We perform active deprecation!

Usage

Install the plugin using your package manager:

yarn add @anny.co/tailwindcss-gutters

Add the plugin to your tailwind.config.js

module.exports = {
  ...
  plugins: [
    require('@anny.co/tailwindcss-gutters'),
    ...
  ]
}

Apply the gutters (or gutters-x, gutters-y, respectively) utility class to your flexbox container.

<div class="flex items-center gutters-x-4">
  <div></div>
  <div></div>
  <div></div>
</div>

FAQs

Package last updated on 15 Sep 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