Sha256: b2cf24ac65d3ed40a22bc401aba387583839100f0778f7cb571277f5675e5516

Contents?: true

Size: 195 Bytes

Versions: 7

Compression:

Stored size: 195 Bytes

Contents

ol > li {
  ul > li {
    list-style-type: disc;
  }
  ol > li {
    list-style: lower-alpha;
  }
}

ul > li > ul > li {
  list-style-type: square;
  ul > li {
    list-style-type: circle;
  }
}

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
askclass-home-theme-0.1.0 _sass/_bullets.scss
askclass-home-theme-0.0.4 _sass/_bullets.scss
askclass-home-theme-0.0.3 _sass/_bullets.scss
askclass-home-theme-0.0.2 _sass/_bullets.scss
askclass-home-theme-0.0.1 _sass/_bullets.scss
askclass-course-theme-0.12.0 _sass/_bullets.scss
askclass-course-theme-0.11.1 _sass/_bullets.scss