Socket
Socket
Sign inDemoInstall

@toptal/picasso-tailwind

Package Overview
Dependencies
Maintainers
0
Versions
198
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@toptal/picasso-tailwind - npm Package Compare versions

Comparing version 2.8.1-alpha-fx-5716-dropdown-arrows-do-not-match-with-base-ffbf5f56c.21 to 2.8.1-alpha-fx-5726-create-base-preset-package-c2ef6cda5.19

4

dist-package/package.json
{
"name": "@toptal/picasso-tailwind",
"version": "2.8.1-alpha-fx-5716-dropdown-arrows-do-not-match-with-base-ffbf5f56c.21+ffbf5f56c",
"version": "2.8.1-alpha-fx-5726-create-base-preset-package-c2ef6cda5.19+c2ef6cda5",
"description": "Picasso Tailwind configuration",

@@ -38,3 +38,3 @@ "author": "Toptal",

],
"gitHead": "ffbf5f56c06f72191314e22ff490cbe4fd052c0f"
"gitHead": "c2ef6cda55609a3210d4ecfeefe0da9c944c19b8"
}
# `picasso-tailwind`
Picasso's Tailwind definitions. Design tokens from BASE and support for Picasso usage.
Please additionally use the `@toptal/base-tailwind` preset as a base for your Tailwind configuration.
```javascript
/** @type {import('tailwindcss').Config} */
module.exports = {
presets: [require('@toptal/base-tailwind'), require('@toptal/picasso-tailwind')],
// ...
}
```

@@ -57,9 +57,10 @@ const plugin = require('tailwindcss/plugin')

},
fontWeight: {
inherit: 'inherit',
thin: '100',
light: '300',
regular: '400',
semibold: '600',
},
// TODO: revert before merge
// fontWeight: {
// inherit: 'inherit',
// thin: '100',
// light: '300',
// regular: '400',
// semibold: '600',
// },
// NOTE: If adding new font sizes, make sure to update @toptal/picasso-tailwind-merge

@@ -66,0 +67,0 @@ fontSize: {

{
"name": "@toptal/picasso-tailwind",
"version": "2.8.1-alpha-fx-5716-dropdown-arrows-do-not-match-with-base-ffbf5f56c.21+ffbf5f56c",
"version": "2.8.1-alpha-fx-5726-create-base-preset-package-c2ef6cda5.19+c2ef6cda5",
"description": "Picasso Tailwind configuration",

@@ -38,3 +38,3 @@ "author": "Toptal",

],
"gitHead": "ffbf5f56c06f72191314e22ff490cbe4fd052c0f"
"gitHead": "c2ef6cda55609a3210d4ecfeefe0da9c944c19b8"
}
# `picasso-tailwind`
Picasso's Tailwind definitions. Design tokens from BASE and support for Picasso usage.
Please additionally use the `@toptal/base-tailwind` preset as a base for your Tailwind configuration.
```javascript
/** @type {import('tailwindcss').Config} */
module.exports = {
presets: [require('@toptal/base-tailwind'), require('@toptal/picasso-tailwind')],
// ...
}
```

@@ -57,9 +57,10 @@ const plugin = require('tailwindcss/plugin')

},
fontWeight: {
inherit: 'inherit',
thin: '100',
light: '300',
regular: '400',
semibold: '600',
},
// TODO: revert before merge
// fontWeight: {
// inherit: 'inherit',
// thin: '100',
// light: '300',
// regular: '400',
// semibold: '600',
// },
// NOTE: If adding new font sizes, make sure to update @toptal/picasso-tailwind-merge

@@ -66,0 +67,0 @@ fontSize: {

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