Lists

A simple reset for list-style-type to remove the default bullets.

Examples

<ul class="list pl0">
  • Apples
  • Oranges
  • Banana
  • Golf balls
<ol class="list pl0">
  1. One
  2. Two
  3. Three
  4. Four

Previous

Links

Next

Forms

tachyons-lists

v2.0.13 46 B
Declarations
1
Selectors
1
Max. Specificity Score
10
Size of Avg. Rule
1
src/_lists.css

/*

   LISTS
   http://tachyons.io/docs/elements/lists/

*/

.list {         list-style-type: none; }