Skip to content

Commit 6456d21

Browse files
committed
chore: rename package
1 parent 8f5eae9 commit 6456d21

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module.exports = (opts = {}) => {
4343
// Work with options here
4444

4545
return {
46-
postcssPlugin: 'postcss-tailwind-space-divide-optimizer',
46+
postcssPlugin: 'postcss-tailwind-space-divide',
4747
Rule(rule) {
4848
rule.selectors = rule.selectors.map(selector => {
4949
return selector.replaceAll(/:not\(\[hidden\]\)\s?~\s?:not\(\[hidden\]\)/g, ':not(:last-child)')

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
2-
"name": "postcss-tailwind-space-divide-optimizer",
2+
"name": "postcss-tailwind-space-divide",
33
"version": "0.0.0",
44
"description": "PostCSS plugin to optimize the selector tailwindcss v3 .space-* & .divide-* classes",
55
"keywords": [
66
"postcss",
77
"css",
88
"postcss-plugin",
9-
"postcss-tailwind-space-divide-optimizer"
9+
"postcss-tailwind-space-divide",
10+
"tailwindcss"
1011
],
1112
"scripts": {
1213
"unit": "vitest index.test.js",
@@ -16,7 +17,7 @@
1617
},
1718
"author": "Ezira Ashenafi <eazash22@gmail.com>",
1819
"license": "MIT",
19-
"repository": "https://github.com/eazash/postcss-tailwind-space-divide-optimizer",
20+
"repository": "https://github.com/eazash/postcss-tailwind-space-divide",
2021
"engines": {
2122
"node": ">=18.0.0"
2223
},

0 commit comments

Comments
 (0)