GhostManSec
Server: LiteSpeed
System: Linux premium197.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: parhudrw (1725)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/parhudrw/anqa.it/wp-content/themes/essentials/inc/scss/components/utilities/_spacing.scss
// stylelint-disable declaration-no-important

// Margin and Padding
@each $prop, $abbrev in (margin: m, padding: p) {
  @each $size, $length in $spacings {
    .pix-#{$abbrev}-#{$size} { #{$prop}: $length !important; }
    .pix-#{$abbrev}t-#{$size},
    .pix-#{$abbrev}y-#{$size} {
      #{$prop}-top: $length !important;
    }
    .pix-#{$abbrev}r-#{$size},
    .pix-#{$abbrev}x-#{$size} {
      #{$prop}-right: $length !important;
    }
    .pix-#{$abbrev}b-#{$size},
    .pix-#{$abbrev}y-#{$size} {
      #{$prop}-bottom: $length !important;
    }
    .pix-#{$abbrev}l-#{$size},
    .pix-#{$abbrev}x-#{$size} {
      #{$prop}-left: $length !important;
    }
  }
}