diff --git a/ej2-angular/rich-text-editor/how-to/tailwind-preflight.md b/ej2-angular/rich-text-editor/how-to/tailwind-preflight.md index a425e71d7e..2f4151b9e4 100644 --- a/ej2-angular/rich-text-editor/how-to/tailwind-preflight.md +++ b/ej2-angular/rich-text-editor/how-to/tailwind-preflight.md @@ -81,10 +81,6 @@ To resolve this issue and ensure that the list styles are correctly applied, you {% include code-snippet/rich-text-editor/how-to/tailwind-preflight/src/app.component.ts %} {% endhighlight %} -{% highlight html tabtitle="app.component.html" %} -{% include code-snippet/rich-text-editor/how-to/tailwind-preflight/src/app.component.html %} -{% endhighlight %} - {% highlight ts tabtitle="main.ts" %} {% include code-snippet/rich-text-editor/how-to/tailwind-preflight/src/main.ts %} {% endhighlight %} @@ -163,13 +159,9 @@ body.e-content ol[style*="list-style-type: lower-roman"]{ {% include code-snippet/rich-text-editor/how-to/tailwind-preflight-iframe/src/app.component.ts %} {% endhighlight %} -{% highlight html tabtitle="app.component.html" %} -{% include code-snippet/rich-text-editor/how-to/tailwind-preflight-iframe/src/app.component.html %} -{% endhighlight %} - {% highlight ts tabtitle="main.ts" %} {% include code-snippet/rich-text-editor/how-to/tailwind-preflight-iframe/src/main.ts %} {% endhighlight %} {% endtabs %} -{% previewsample "page.domainurl/samples/rich-text-editor/how-to/tailwind-preflight-iframe" %} \ No newline at end of file +{% previewsample "page.domainurl/samples/rich-text-editor/how-to/tailwind-preflight-iframe" %}