diff --git a/packages/carbon-web-components/docs/form.mdx b/packages/carbon-web-components/docs/form.mdx
index 6a64274b781..a5c8e34b6fb 100644
--- a/packages/carbon-web-components/docs/form.mdx
+++ b/packages/carbon-web-components/docs/form.mdx
@@ -29,8 +29,6 @@ button.addEventListener('click', () => {
});
```
-
+## Framework-specific approaches of form participation
+
+- [Redux form](https://web-components.carbondesignsystem.com/react/?path=/story/introduction-form-paticipation--page)
diff --git a/packages/carbon-web-components/docs/styling.mdx b/packages/carbon-web-components/docs/styling.mdx
index 8aa7384b6a1..6e9cdf37956 100644
--- a/packages/carbon-web-components/docs/styling.mdx
+++ b/packages/carbon-web-components/docs/styling.mdx
@@ -15,20 +15,6 @@ to change the styles of our components, there are a few options.
## Using CSS Custom Properties
-Changes to CSS Custom Properties of the Carbon theme are reflected in the color
-scheme of `@carbon/web-components` components:
-
-
-
For example, if you add CSS like below:
```css
@@ -100,6 +86,7 @@ class MyDropdown extends CDSDropdown {
`;
}
```
+<<<<<<< HEAD:packages/carbon-web-components/docs/styling.mdx
+=======
+>>>>>>> e5d9f3dc20 (chore(storybook): cwc remove stackblitz iframes from storybook (#11495)):packages/carbon-web-components/docs/styling-story.mdx
diff --git a/packages/carbon-web-components/docs/welcome.mdx b/packages/carbon-web-components/docs/welcome.mdx
index 65ef519c931..75ac02265cb 100644
--- a/packages/carbon-web-components/docs/welcome.mdx
+++ b/packages/carbon-web-components/docs/welcome.mdx
@@ -47,13 +47,6 @@ yarn add @carbon/web-components
Our example at [Stackblitz](https://stackblitz.com/github/carbon-design-system/carbon-for-ibm-dotcom/tree/feat/main/packages/carbon-web-components/examples/codesandbox/basic) shows the most basic usage:
-
-
The first thing you need is **setting up a module bundler** to resolve ECMAScript `import`s. The above example uses [Webpack](https://webpack.js.org), but you can use other bundlers like [Rollup](https://rollupjs.org/) too.
Once you set up a module bundler, you can start importing our component modules, for example: