Category: 03. Sass

  • Sass Mixins

    Importing It imports the contents of the SASS mixins which are placed under the scss/util/_mixins.scss file. You can import the SASS mixins by using the following line of code − Sass Reference You can change the styles of the components by using the SASS functions. Mixins You can use the following mixins to build the CSS class…

  • Functions

    Foundation provides a set of SASS utility functions, which can be used with util, color, selector, unit, value and many more. You can import all utility files at a time by using the following line of code − You can also import individual utility files as shown below − Sass Reference You can change the styles of the components by using…