Foundation - Flex Grid Importing



Description

It includes the export mixin for the flex grid to use the default CSS. By default, the flex grid is not enabled.

Let us see some simple formats of importing flex grid as shown below −

@import 'foundation';

// include foundation-grid;
@include foundation-flex-grid;
foundation_flex_grid.htm
Advertisements