]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
changes reset for mixin list reset on pagination
authorAndres Galante <agalante@gmail.com>
Thu, 28 Sep 2017 17:25:34 +0000 (14:25 -0300)
committerMark Otto <markd.otto@gmail.com>
Sun, 1 Oct 2017 06:36:30 +0000 (23:36 -0700)
scss/_pagination.scss

index 4ef14420455e1adf7800aa1268a170c0b1b1597f..69a36ffe53b820648d96c339ef5682d7e7501f01 100644 (file)
@@ -1,8 +1,6 @@
 .pagination {
   display: flex;
-  // 1-2: Disable browser default list styles
-  padding-left: 0; // 1
-  list-style: none; // 2
+  @include list-unstyled();
   @include border-radius();
 }