diff options
| author | Andres Galante <[email protected]> | 2017-09-28 14:25:34 -0300 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-09-30 23:36:30 -0700 |
| commit | bbb6ab12751d7a9b385c8d93d1ff9545b239e094 (patch) | |
| tree | 403fa7beacd8e539ab8c32d0549ad8ebb5c954ec /scss | |
| parent | f02f545e0eb4cc8fca282465ccdf54f29d0a1acc (diff) | |
| download | bootstrap-bbb6ab12751d7a9b385c8d93d1ff9545b239e094.tar.xz bootstrap-bbb6ab12751d7a9b385c8d93d1ff9545b239e094.zip | |
changes reset for mixin list reset on pagination
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_pagination.scss | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scss/_pagination.scss b/scss/_pagination.scss index 4ef144204..69a36ffe5 100644 --- a/scss/_pagination.scss +++ b/scss/_pagination.scss @@ -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(); } |
