File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff 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 ( / : n o t \( \[ h i d d e n \] \) \s ? ~ \s ? : n o t \( \[ h i d d e n \] \) / g, ':not(:last-child)' )
Original file line number Diff line number Diff line change 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" ,
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 },
You can’t perform that action at this time.
0 commit comments