Bootstrap 4 border utilities

后端 未结 6 2021
夕颜
夕颜 2020-12-15 06:08

I feel like this should be obvious to find but I have not come up with anything. Bootstrap 4 has utility class for adding and removing a border, but is there support for def

6条回答
  •  囚心锁ツ
    2020-12-15 06:55

    In bootstrap V5 you can do this

    $utilities: (
      "border-width": (
        property: border-width,
        class: border,
        values: (
          1: 1px,
          2: 2px,
          3: 3px,
          4: 4px,
          5: 5px,
        )
      )
    )
    

提交回复
热议问题