// Rem output with px fallback @mixin font-size($sizeValue: 1) { font-size: ($sizeValue * 15) * 1px; } // Center block @mixin center-block { display: block; margin-left: auto; margin-right: auto; } // Clearfix @mixin clearfix() { content: ""; display: table; table-layout: fixed; } // Clear after (not all clearfix need this also) @mixin clearfix-after() { clear: both; } // Column width with margin @mixin column-width($numberColumns: 3) { width: map-get( $columns, $numberColumns ) - ( ( $columns__margin * ( $numberColumns - 1 ) ) / $numberColumns ); }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
_elementors.scss | File | 21.97 KB | 0644 |
|
_elements.scss | File | 1.05 KB | 0644 |
|
_forms.scss | File | 1.46 KB | 0644 |
|
_media.scss | File | 10.57 KB | 0644 |
|
_mixins-master.scss | File | 597 B | 0644 |
|
_navigation.scss | File | 4.97 KB | 0644 |
|
_normalize.scss | File | 6.18 KB | 0644 |
|
_site.scss | File | 22.07 KB | 0644 |
|
_typography.scss | File | 913 B | 0644 |
|
_variables-site.scss | File | 1.08 KB | 0644 |
|
_widgets.scss | File | 2.68 KB | 0644 |
|
style.scss | File | 3.62 KB | 0644 |
|