Customize Bootstrap 5 Utilities API - The Power Of Customizing

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 52

  • @taliaj
    @taliaj 11 месяцев назад +1

    This was really superb, very helpful! If I could upvote more than once, I would.

  • @ashishpatel6078
    @ashishpatel6078 2 года назад +1

    best video of bootstrap

  • @vcodev108
    @vcodev108 Год назад +7

    For newer version of bootstrap we also need to include maps.scss between variables.scss and utilities.scss in style.scss

    • @NuzrathSir
      @NuzrathSir Год назад +1

      thanks alot fixed the bug in mine cheers

    • @felipe1876
      @felipe1876 Год назад

      you mean we need to @import it, right? thanks

  • @stephen2824
    @stephen2824 2 года назад +1

    Fantastic, my friend. Many thanks indeed !!

  • @LizanSarkar-e5e
    @LizanSarkar-e5e 3 месяца назад +1

    thank you bro.

  • @KajalKumari-j7b1r
    @KajalKumari-j7b1r Год назад

    Thank you so much for this video, I was looking for the same.

  • @verawat
    @verawat Год назад

    Awesome. Thank for super best tutorial.

  • @alxbanana
    @alxbanana Год назад

    Excellent video

  • @wibowomuhmmad
    @wibowomuhmmad 3 года назад +2

    thanks for tutorials bro

  • @vcodev108
    @vcodev108 Год назад

    Excellent tutorial!!! please make more on bootstrap advanced customization with a project

  • @felipe1876
    @felipe1876 Год назад

    Good tutorial

  • @66_ranjeetkumarmahato63
    @66_ranjeetkumarmahato63 4 месяца назад +1

    Nice video sir..btw what is the fonts you are using in vscode?

  • @MTFights
    @MTFights 2 года назад

    Great tutorial

  • @mohammadimranisaq
    @mohammadimranisaq 2 года назад

    Thank you For this Video.
    Content is Very Clear and Nice Explanation.
    Is there any videos for bootstrap other sass files customization like helpers.scss etc.

  • @WeAsCode
    @WeAsCode 3 года назад +1

    Could you please tell me which font family you are using for an editor text and which theme?

  • @АлександрКопытенко
    @АлександрКопытенко 2 года назад +1

    Thanks for the video! Now everything is clear with the redefinition of classes.
    But I still haven't figured out how to redefine variables and parameters in Bootstrap.
    Recently I wanted to enable negative margins (disabled by default in Boostrap 5), but I didn't understand how to change the value for the $enable-negative-margins property from false to true.

    • @DailyTuition
      @DailyTuition  2 года назад

      Negative margins are disabled by default in Bootstrap 5, but we can enable it in the SASS code by setting $enable-negative-margins property to true .
      Then we can apply the class with an n in it to apply the negative margin.
      For example, we can write .mt-n1 to add a negative margin.

  • @salihk5235
    @salihk5235 2 года назад +1

    I didnt get the Point on enabling Responsive, yes it is generating responsive classes, but what about the values, eg: in your example at 22:42 for .text-color, .text-color-sm-white and .text-color-md-white etc all having same value, what if I want a different value for .text-color-lg-white? am I missinig anything or am I misunderstanding the concept? could you please clarify this?

    • @DailyTuition
      @DailyTuition  2 года назад

      You are misunderstanding it. Let's suppose you want blue text color to the text when the viewport is medium, in that case you will only going to use .text-color-md-white class means you only have the color when the viewport is medium or larger then that. Don't worry about other classes. You can remove unused classes with the help of js library.

  • @uttamrapeti2823
    @uttamrapeti2823 2 года назад

    How did you changed your vs-code font family ?

  • @sudiptaghoshal4930
    @sudiptaghoshal4930 Год назад

    plz, make a video on how to enable negative margin in Bootstrap5.

  • @uttamrapeti2823
    @uttamrapeti2823 Год назад

    how to change the padding values (spacers), like i want to add extra padding pt-6,pt-7,etc

  • @mdmasudurrahman851
    @mdmasudurrahman851 2 месяца назад

    how can i change the font-size ? like this or any other way to customize font-size? it is bootstrap 5.3 version
    "font-size": (
    property: font-size,
    class: fs,
    values: (
    10: 10px,
    12: 12px,
    14: 14px,
    16: 16px,
    18: 18px,
    20: 20px,
    24: 24px,
    30: 30px,
    36: 36px,
    48: 48px,
    60: 60px,
    72: 72px
    )
    ),

  • @shocchosolutions6275
    @shocchosolutions6275 3 года назад +1

    Vai react or react native ka project make karo...i like this channel beacuse it always teach us doing project but this time it is late

  • @sachinporwal4275
    @sachinporwal4275 3 года назад +1

    Aap abhi kon se company m job karte ho and whats your experience and salary

    • @DailyTuition
      @DailyTuition  3 года назад +1

      I am in cognizant company. My package is around 15L

  • @balajiravi9259
    @balajiravi9259 3 года назад +3

    Hello sir,
    Don't use @import
    Instead use @forward & @use.

    • @DailyTuition
      @DailyTuition  3 года назад

      Sure

    • @MTFights
      @MTFights 2 года назад +1

      The import has to be used for boostrap according to bootstrap documentation

  • @KajalKumari-j7b1r
    @KajalKumari-j7b1r Год назад

    You have imported function, variables and utilities at the top and then at the end you have imported bootstrap that already include all the scss files, can't we just import the files that we need like one by one (root, reboot, mixin). I tried but it throws error, Is there any solution for this?

  • @TechMainul
    @TechMainul Год назад

    add maps also

  • @ijazDeveloper786
    @ijazDeveloper786 2 года назад +1

    thanks for tutorials bro but one thing more how can we applied multiple $utilites without commented first $utilities just like yours I,ve applied multiple $utilities but it,s throws an error kindly guide me please thanks a lot once more

  • @mundlapatipraveen9762
    @mundlapatipraveen9762 3 года назад

    API how to use it.. also CURD operations

    • @hiteshsuthar1097
      @hiteshsuthar1097 3 года назад +1

      In this case, Adding and Updating custom classes is referred as CRUD operation. Its called API because of manipulating utility classes of Bootstrap.

    • @mundlapatipraveen9762
      @mundlapatipraveen9762 3 года назад +1

      @@hiteshsuthar1097 OK..

  • @orangecode2668
    @orangecode2668 3 года назад +1

    Hi,sir.i cannot compiler the .min.css file,if you are so kind as to tell me the reason,i will be greatly honored!

    • @DailyTuition
      @DailyTuition  3 года назад +1

      Please install sass compiler properly. Then create a .sass file and use watch sass to compile it

    • @orangecode2668
      @orangecode2668 3 года назад +1

      @@DailyTuition i cannot generate the .min.css file🙁

    • @DailyTuition
      @DailyTuition  3 года назад

      Message me on instagram. My id is akki.2013 show me your code let me help you

    • @mohammadimranisaq
      @mohammadimranisaq 2 года назад

      VS CODE SETTINGS -> SETTINGS -> SEARCH with 'LIVE SASS FORMAT' -> click edit in settings.json
      there change format as compressed and extensionName as .min.css

  • @paulporter8363
    @paulporter8363 Год назад

    video 22:42. As soon as I have completed /style.scss nothing is shown on style.min.css
    @import "./node_modules/bootstrap/scss/functions";
    @import "./node_modules/bootstrap/scss/variables";
    @import "./node_modules/bootstrap/scss/utilities";
    $utilities:(
    "width":(
    property:width,
    class: wi,
    values:(
    25:25%,
    50:50%,
    75:75%,
    100:100%,
    auto:auto
    )
    )
    );
    @import"./node_modules/bootstrap/scss/bootstrap.scss"

    • @leespilsbury3621
      @leespilsbury3621 Год назад +2

      import these sass files - its changes slightly since the video was 1st uploaded.
      @import "./node_modules/bootstrap/scss/functions";
      @import "./node_modules/bootstrap/scss/variables";
      @import "./node_modules/bootstrap/scss/variables-dark";
      @import "./node_modules/bootstrap/scss/maps";
      @import "./node_modules/bootstrap/scss/mixins";
      @import "./node_modules/bootstrap/scss/utilities";
      // Your utility prop...
      $utilities:(
      "width":(
      property:width,
      values:(
      25:25%,
      30:30%,
      50:50%,
      75:75%,
      100:100%,
      auto:auto
      )
      )
      );
      @import "./node_modules/bootstrap/scss/bootstrap.scss";

  • @leespilsbury3621
    @leespilsbury3621 Год назад

    for anyone else who is using a newer version of bootstrap, set you sass file up like so.
    @import "./node_modules/bootstrap/scss/functions";
    @import "./node_modules/bootstrap/scss/variables";
    @import "./node_modules/bootstrap/scss/variables-dark";
    @import "./node_modules/bootstrap/scss/maps";
    @import "./node_modules/bootstrap/scss/mixins";
    @import "./node_modules/bootstrap/scss/utilities";
    //props go here example
    $utilities:(
    "spacing":(
    property:padding,
    class:spacing,
    values:(
    5:5em,
    )
    ),
    "w":(
    property:width,
    class:lees,
    values:(
    30:30%,
    )
    )
    );
    @import "./node_modules/bootstrap/scss/bootstrap.scss";