📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
kuruyemisciscripti.demodesign.com.tr
/
public
/
scss
/
bourbon
/
addons
📝
_margin.scss
← Geri Dön
@charset "UTF-8"; /// Provides a quick method for targeting `margin` on specific sides of a box. Use a `null` value to “skip” a side. /// /// @param {Arglist} $vals /// List of arguments /// /// @example scss - Usage /// .element { /// @include margin(null 10px 3em 20vh); /// } /// /// @example css - CSS Output /// .element { /// margin-bottom: 3em; /// margin-left: 20vh; /// margin-right: 10px; /// } /// /// @require {mixin} directional-property /// /// @output `margin` @mixin margin($vals...) { @include directional-property(margin, false, $vals...); }
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula