From 2f78f8aad0108ce9ef2d2af86d5f6d9480268cfb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 16:52:27 -0400 Subject: [PATCH] Merge release/v3.1.3 into main branch (#1239) --- package.json | 2 +- scss/theme.scss | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 9a9e1430..0cdced60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@user-interviews/ui-design-system", - "version": "3.1.2", + "version": "3.1.3", "dependencies": { "@tiptap/core": "^2.3.1", "@tiptap/extension-bold": "^2.3.1", diff --git a/scss/theme.scss b/scss/theme.scss index c708ebab..957abfd0 100644 --- a/scss/theme.scss +++ b/scss/theme.scss @@ -3,7 +3,6 @@ @import './bootstrap'; @import './buttons'; @import './cards'; -@import './css_properties.scss'; @import './colors'; @import './drawer'; @import './inputs';