Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions ej2-angular/rich-text-editor/how-to/tailwind-preflight.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down Expand Up @@ -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" %}
{% previewsample "page.domainurl/samples/rich-text-editor/how-to/tailwind-preflight-iframe" %}