Skip to content

Commit

Permalink
Merge branch 'hotfix/2.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine4livre committed Aug 30, 2022
2 parents 6b0a301 + b53d6b2 commit d781424
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"workspaces": [
"packages/**/*"
],
"version": "2.0.1",
"version": "2.0.2",
"description": "A custom Tailwind CSS config",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/tailwind-config-docs",
"version": "2.0.1",
"version": "2.0.2",
"private": true,
"scripts": {
"dev": "vuepress dev .",
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/tailwind-config",
"version": "2.0.1",
"version": "2.0.2",
"description": "A custom Tailwind CSS config",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/tailwind-config-tests",
"version": "2.0.1",
"version": "2.0.2",
"private": true,
"scripts": {
"dev": "meta dev",
Expand Down
9 changes: 1 addition & 8 deletions packages/tests/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { config, generateZIndexes } = require('@studiometa/tailwind-config');
const { config } = require('@studiometa/tailwind-config');

module.exports = {
presets: [config],
Expand Down Expand Up @@ -29,12 +29,5 @@ module.exports = {
letterSpacing: '1px',
},
}),
extend: {
zIndex: {
...generateZIndexes({
menu: 600,
}),
},
},
},
};

0 comments on commit d781424

Please sign in to comment.