main
Last change
on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
387 bytes
|
Line | |
---|
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.