Sha256: 518a07d9807db5aa243db479e975a092eea71dd9f3abbc868ce958f10fe1bd4f

Contents?: true

Size: 577 Bytes

Versions: 3

Compression:

Stored size: 577 Bytes

Contents

@import "plutonium.css";

@import 'tailwindcss';
@config '../../tailwind.config.js';

/*
  The default border color has changed to `currentColor` in Tailwind CSS v4,
  so we've added these compatibility styles to make sure everything still
  looks the same as it did with Tailwind CSS v3.

  If we ever want to remove these styles, we need to add an explicit border
  color utility to any element that depends on these defaults.
*/
@layer base {

  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    border-color: var(--color-gray-200, currentColor);
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
plutonium-0.20.4 src/css/plutonium.entry.css
plutonium-0.20.3 src/css/plutonium.entry.css
plutonium-0.20.1 src/css/plutonium.entry.css