Beginning css preprocessors



Download 2,42 Mb.
Pdf ko'rish
bet36/59
Sana01.01.2022
Hajmi2,42 Mb.
#285229
1   ...   32   33   34   35   36   37   38   39   ...   59
Bog'liq
Beginning CSS Preprocessors

Listing 3-11.  Using Variables for Assigning Breakpoint

$color1:#CCC;

$sm:320px;

$md:720px;

$lg:1280px;

@mixin setQuery($type){

  @if $type == sm {

    @media only screen and (min-width: $sm) and (max-width: $md - 1) {

      @content;

    }


  }

  @else if $type == md {

    @media only screen and (min-width: $md) and (max-width: $lg - 1) {

      @content;

    }

  }


  @else if $type == lg {

    @media only screen and (min-width: $lg){

      @content

    }


  }

}

.container {



  color: $color1;

  @include setQuery(sm) {

    width: 80%;

  }


  @include setQuery(md) {

    width: 70%;

  }

  @include setQuery(lg) {



    width: 60%;

  }


}

The previous code example stored width values in variables. Then, on the basis of which variable we 

pass as the parameter to the mixin (which is like a function used to inject reusable style with computation if 

needed, a concept that’s covered later in the chapter), the media query is generated and injected. The output 

of the previous code is as shown in Listing 

3-12


.


Chapter 3 

 advanCed SaSS



40


Download 2,42 Mb.

Do'stlaringiz bilan baham:
1   ...   32   33   34   35   36   37   38   39   ...   59




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish