Skip to content

Commit

Permalink
webflow/css.ts: Added RICH_TEXT_BLOCK_CSS_CLASS
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiglesias93 committed Oct 14, 2021
1 parent 2479442 commit fa6708a
Show file tree
Hide file tree
Showing 2 changed files with 3 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.18.3",
"version": "0.18.4",
"description": "Typescript utils for custom Webflow projects.",
"main": "index.ts",
"module": "index.ts",
Expand Down
2 changes: 2 additions & 0 deletions webflow/css.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
export const CURRENT_CSS_CLASS = 'w--current';

export const RICH_TEXT_BLOCK_CSS_CLASS = 'w-richtext';

export const SLIDER_CSS_CLASSES = {
slider: 'w-slider',
slide: 'w-slide',
Expand Down

0 comments on commit fa6708a

Please sign in to comment.