![]() |
VOOZH | about |
In this article, we will know about Bulma Element Mixins. Bulma Element Mixins are the mixins that help the users to create visual HTML elements.
Bulma uses Sass mixins to create the CSS output and they are mainly used within the context of the Bulma framework. Bulma has various different types of CSS mixins as given below;
Syntax:
.bulma-[Element Mixin Name]-mixin {
@include [Element Mixin Name](params);
}
Note: You must know the implementation of SASS mixins for the below examples. Please see the pre-requisite given on the link and then implement the below code.
Example 1: Below example illustrates the Bulma Font Awesome Container in a single icon.
Output:
Example 2: Below example illustrate the loader in Bulma.
Output: