Contents
Quick reference
| Class | Properties |
|---|---|
.content-none | content: none; |
Basic usage
Remove the ::before and ::after Pseudo-element
Use content-none to disable the ::before and ::after pseudo-elements appear on the child of current element.
The quick brown fox jumps over the lazy dog.
<div class="content-none">The quick brown fox jumps over the lazy dog.</div> Edit this page on Github
Last updated on April 6, 2024