Skip to content

Commit

Permalink
webflow: Added LIGHTBOX_CSS_CLASSES
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiglesias93 committed Nov 23, 2021
1 parent 5b0e898 commit 2654e06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.25.0",
"version": "0.25.1",
"description": "Typescript utils for custom Webflow projects.",
"main": "index.ts",
"module": "index.ts",
Expand Down
4 changes: 4 additions & 0 deletions webflow/css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ export const DROPDOWN_CSS_CLASSES = {
export const COMMERCE_CSS_CLASSES = {
addToCartForm: 'w-commerce-commerceaddtocartform',
} as const;

export const LIGHTBOX_CSS_CLASSES = {
trigger: 'w-lightbox',
} as const;

0 comments on commit 2654e06

Please sign in to comment.