bullet.css

0.2.0 • Public • Published

bullet.css

Classes

  • work on li itself or its ul or ol to affect all children
  • only apply list-item display

.bullet-disc

  • sets list-style to disc

.bullet-circle

  • sets list-style to circle

.bullet-square

  • sets list-style to square

.bullet-none

  • sets list-style to none

Examples

ul example

<ul class="bullet-none">
  <li>item
  <li>item
</ul>

li example

<ul>
  <li class="bullet-none">item
  <li class="bullet-none">item
</ul>

Package Sidebar

Install

npm i bullet.css

Weekly Downloads

2

Version

0.2.0

License

ISC

Last publish

Collaborators

  • ryanve