From f80bf66d3bb01deead290961f5d8d3b579bd4195 Mon Sep 17 00:00:00 2001 From: Phil Date: Tue, 15 May 2018 11:22:35 +0200 Subject: SCSS with iotaCSS added --- src/scss/utilities/_size.scss | 47 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 src/scss/utilities/_size.scss (limited to 'src/scss/utilities/_size.scss') diff --git a/src/scss/utilities/_size.scss b/src/scss/utilities/_size.scss new file mode 100644 index 0000000..2f546f6 --- /dev/null +++ b/src/scss/utilities/_size.scss @@ -0,0 +1,47 @@ +/** + * Size utility delimiter. Default to \/. Ex: .u-1/3. + * + * Type: String + */ + +$iota-utils-size-delimiter: \/; + + +/** + * Size utility columns list + * + * Type: List + */ + +$iota-utils-size-columns: $iota-global-columns; + + +/** + * Enables / Disables breakpoint specific classes + * + * Type: Boolean + */ + +$iota-utils-size-res: false; + + +/** + * Breakpoints map. Overrides the breakpoints map only + * for margin utility. + * + * Type: Map + */ + +$iota-utils-size-breakpoints: $iota-global-breakpoints; + + +/** + * Namespace classes + * + * Type: String + */ + +$iota-utils-size-namespace: ''; + + +@import 'node_modules/iotacss/utilities/size'; -- cgit v1.2.3