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/_justify-content.scss | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/scss/utilities/_justify-content.scss (limited to 'src/scss/utilities/_justify-content.scss') diff --git a/src/scss/utilities/_justify-content.scss b/src/scss/utilities/_justify-content.scss new file mode 100644 index 0000000..5dee6e8 --- /dev/null +++ b/src/scss/utilities/_justify-content.scss @@ -0,0 +1,31 @@ +/** + * Enable / Disable breakpoint specific classes + * + * Type: Boolean + */ + +$iota-utils-justify-content-res: false; + + +/** + * Override breakpoints map only for align utility + * + * Type: Type: Map + */ + +$iota-utils-justify-content-breakpoints: $iota-global-breakpoints; + + +/** + * Namespace classes + * + * Type: String + */ + +$iota-utils-justify-content-namespace : 'jc-'; +$iota-utils-justify-content-start-name : 'start'; +$iota-utils-justify-content-end-name : 'end'; +$iota-utils-justify-content-center-name : 'center'; + + +@import 'node_modules/iotacss/utilities/justify-content'; -- cgit v1.2.3