main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 6 months ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
387 bytes
|
Rev | Line | |
---|
[d565449] | 1 | // Pagination
|
---|
| 2 |
|
---|
| 3 | // scss-docs-start pagination-mixin
|
---|
| 4 | @mixin pagination-size($padding-y, $padding-x, $font-size, $border-radius) {
|
---|
| 5 | --#{$prefix}pagination-padding-x: #{$padding-x};
|
---|
| 6 | --#{$prefix}pagination-padding-y: #{$padding-y};
|
---|
| 7 | @include rfs($font-size, --#{$prefix}pagination-font-size);
|
---|
| 8 | --#{$prefix}pagination-border-radius: #{$border-radius};
|
---|
| 9 | }
|
---|
| 10 | // scss-docs-end pagination-mixin
|
---|
Note:
See
TracBrowser
for help on using the repository browser.