Skip to content

Commit

Permalink
Review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Brijesh Bittu committed Dec 25, 2024
1 parent ecbe2a8 commit a4b05a1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/pigment-css-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"module": "build/index.mjs",
"types": "build/index.d.ts",
"author": "MUI Team",
"description": "Utilities to be used internally across Pigment CSS libraries.",
"description": "Utilities to be used internally across different Pigment CSS packages.",
"repository": {
"type": "git",
"url": "git+https://github.com/mui/pigment-css.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/pigment-css-utils/src/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from './processStyle';
export * from './valueToLiteral';
export * from './parseExpression';
export * from './parseExpressions';
16 changes: 0 additions & 16 deletions packages/pigment-css-utils/src/utils/parseExpression.ts

This file was deleted.

0 comments on commit a4b05a1

Please sign in to comment.