@toptal/picasso-tailwind 2.5.1 → 2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/picasso-tailwind",
3
- "version": "2.5.1",
3
+ "version": "2.6.0",
4
4
  "description": "Picasso Tailwind configuration",
5
5
  "author": "Toptal",
6
6
  "homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-tailwind#readme",
@@ -118,6 +118,7 @@ module.exports = {
118
118
  white: '#FFFFFF',
119
119
  black: '#000000',
120
120
  transparent: 'transparent',
121
+ current: 'currentColor',
121
122
  blue: {
122
123
  100: '#EDF1FD',
123
124
  400: '#25A9EF',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/picasso-tailwind",
3
- "version": "2.5.1",
3
+ "version": "2.6.0",
4
4
  "description": "Picasso Tailwind configuration",
5
5
  "author": "Toptal",
6
6
  "homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-tailwind#readme",
package/src/index.js CHANGED
@@ -118,6 +118,7 @@ module.exports = {
118
118
  white: '#FFFFFF',
119
119
  black: '#000000',
120
120
  transparent: 'transparent',
121
+ current: 'currentColor',
121
122
  blue: {
122
123
  100: '#EDF1FD',
123
124
  400: '#25A9EF',