Socket
Socket
Sign inDemoInstall

tailwindcss-gradients

Package Overview
Dependencies
7
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

3.0.0

Diff

Changelog

Source

[3.0.0] - 2020-02-05

Changed

  • Changed to use Tailwind 1.2’s new plugin definition syntax
  • Flattened the theme configuration in order to support theme.extend which only allows extending top-level objects; in other words, the linearGradients object that contained nested directions and colors objects has been replaced by two top-level theme objects, linearGradientDirections and linearGradientColors; same for radialGradients (radialGradientShapes, radialGradientSizes, etc.), conicGradients (conicGradientStartingAngles, conicGradientPositions, etc.), repeatingLinearGradients, repeatingRadialGradients, and repeatingConicGradients
benface
published 2.3.1 •

Changelog

Source

[2.3.1] - 2019-09-01

Fixed

  • Fixed an issue when using nested object notation for gradient colors
benface
published 2.3.0 •

Changelog

Source

[2.3.0] - 2019-07-08

Added

  • Added conic gradient utilities, both standard and repeating (see README for more info)
benface
published 2.2.0 •

Changelog

Source

[2.2.0] - 2019-07-05

Added

  • Added a bg-none utility to remove gradients on larger screens (e.g. bg-gradient-b-black sm:bg-none)
benface
published 2.1.0 •

Changelog

Source

[2.1.0] - 2019-05-24

Added

  • Added repeating gradient utilities, both linear and radial (see README for more info)

Changed

  • Values that are optional in linear-gradient() and radial-gradient() (direction, shape, size, and position) are now omitted when the value is the same as the CSS-defined default value
benface
published 2.0.1 •

Changelog

Source

[2.0.1] - 2019-05-23

Fixed

  • Fixed an error when using keywords for colors such as inherit or currentColor
benface
published 2.0.0 •

Changelog

Source

[2.0.0] - 2019-05-17

benface
published 2.0.0-beta.2 •

Changelog

Source

Added since 2.0.0-beta.2

  • Added radial gradient utilities (see README for more info)
benface
published 2.0.0-beta.1 •

Changelog

Source

[2.0.0-beta.1] - 2019-04-04

Added

  • Tailwind 1.0.0 compatibility

Changed

  • The plugin doesn’t accept a config object anymore; instead it finds what it needs in the theme and variants keys of your config (see README for more info)
  • Responsive variants are now generated by default
benface
published 1.1.0 •

Changelog

Source

[1.1.0] - 2018-11-05

Added

  • Added directions option (defaults to all sides and corners)
  • Added proper tests with Jest

Changed

  • The classes that are generated by default are now shorter (bg-gradient-t-[color] instead of bg-gradient-to-top-[color], etc.) but can be customized with the directions option
2Next
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc