mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
Double comments / Paragraphs and lists line-breaks / Wrap block comments / File-level annotations syntax / Remove leading comments
This commit is contained in:
@@ -2,19 +2,21 @@
|
||||
// Utilities / Widths
|
||||
// ==========================================================================
|
||||
|
||||
//
|
||||
// @link https://github.com/inuitcss/inuitcss/blob/6eb574f/utilities/_utilities.widths.scss
|
||||
//
|
||||
////
|
||||
/// @link https://github.com/inuitcss/inuitcss/blob/6eb574f/utilities/_utilities.widths.scss
|
||||
///
|
||||
///
|
||||
/// Which fractions would you like in your grid system(s)?
|
||||
/// By default, the boilerplate provides fractions of one whole, halves, thirds,
|
||||
/// quarters, and fifths, e.g.:
|
||||
///
|
||||
/// @example css
|
||||
/// .u-1/2
|
||||
/// .u-2/5
|
||||
/// .u-3/4
|
||||
/// .u-2/3
|
||||
////
|
||||
|
||||
// Which fractions would you like in your grid system(s)?
|
||||
// By default, the boilerplate provides fractions of one whole, halves, thirds,
|
||||
// quarters, and fifths, e.g.:
|
||||
//
|
||||
// @example css
|
||||
// .u-1/2
|
||||
// .u-2/5
|
||||
// .u-3/4
|
||||
// .u-2/3
|
||||
$widths-fractions: 1 2 3 4 5 !default;
|
||||
|
||||
@include widths($widths-fractions);
|
||||
|
||||
Reference in New Issue
Block a user