Javatpoint Logo
Javatpoint Logo

Sass: Including a mixin

The @include directive is used to include the style defined by the mixin into the document. The name of the mixin is taken and optional arguments are passed into it.>

Let's take an example to demonstrate how to include a mixin in the SCSS file. Here, we take an HTML file named "simple.html", having the following code.

Take a SCSS file name "simple.scss", having the following code:

Open command prompt and run the watch command to tell SASS to watch the file and update the CSS whenever SASS file is changed.

sass --watch simple.scss:simple.css

Sass Includingamixin1

After executing the above command, it will create a CSS file named ?simple.css? file automatically with the following code.

You can see the automatically created CSS file.

Sass Includingamixin2

Output:

See the output after applying the CSS.

Sass Includingamixin3




Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA