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">
- One
- Two
- Three
- Four
Reference
MDN - List Style Typetachyons-lists
v2.0.13 46 B- Declarations
- 1
- Selectors
- 1
- Max. Specificity Score
- 10
- Size of Avg. Rule
- 1
/*
LISTS
http://tachyons.io/docs/elements/lists/
*/
.list { list-style-type: none; }