Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ulixee
GitHub Repository: ulixee/secret-agent
Path: blob/main/website/src/assets/style/_reset.scss
1030 views
@mixin reset-ol {
  list-style-type: none;
  list-style-position: outside;
  text-indent: 0;
  padding-left: 0;
  margin: 0;
  line-height: inherit;
  & > li {
    margin: 0;
  }
}

@mixin reset-ul {
  list-style-type: none;
  list-style-position: outside;
  text-indent: 0;
  padding-left: 0;
  margin: 0;
  line-height: inherit;
  & > li {
    margin: 0;
  }
}