Skip to content

Commit

Permalink
webflow: Added COMMERCE_CSS_CLASSES.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiglesias93 committed Nov 23, 2021
1 parent 55f4cac commit 5b0e898
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finsweet/ts-utils",
"version": "0.24.3",
"version": "0.25.0",
"description": "Typescript utils for custom Webflow projects.",
"main": "index.ts",
"module": "index.ts",
Expand Down
6 changes: 5 additions & 1 deletion webflow/css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,8 @@ export const DROPDOWN_CSS_CLASSES = {
dropdown: 'w-dropdown',
dropdownToggle: 'w-dropdown-toggle',
dropdownList: 'w-dropdown-list',
};
} as const;

export const COMMERCE_CSS_CLASSES = {
addToCartForm: 'w-commerce-commerceaddtocartform',
} as const;

0 comments on commit 5b0e898

Please sign in to comment.