@avalanche/object-container
Advanced tools
Comparing version 4.0.0-alpha.2 to 4.0.0-alpha.3
@@ -7,3 +7,3 @@ report({ | ||
"reference": "../../test/backstopjs/bitmaps_reference/708650260_avalanche_0_document_0_s.png", | ||
"test": "../../test/backstopjs/bitmaps_test/20161207-190706/708650260_avalanche_0_document_0_s.png", | ||
"test": "../../test/backstopjs/bitmaps_test/20161208-113726/708650260_avalanche_0_document_0_s.png", | ||
"selector": "document", | ||
@@ -20,3 +20,3 @@ "fileName": "708650260_avalanche_0_document_0_s.png", | ||
"misMatchPercentage": "0.00", | ||
"analysisTime": 33 | ||
"analysisTime": 34 | ||
} | ||
@@ -29,3 +29,3 @@ }, | ||
"reference": "../../test/backstopjs/bitmaps_reference/708650260_avalanche_0_document_1_m.png", | ||
"test": "../../test/backstopjs/bitmaps_test/20161207-190706/708650260_avalanche_0_document_1_m.png", | ||
"test": "../../test/backstopjs/bitmaps_test/20161208-113726/708650260_avalanche_0_document_1_m.png", | ||
"selector": "document", | ||
@@ -42,3 +42,3 @@ "fileName": "708650260_avalanche_0_document_1_m.png", | ||
"misMatchPercentage": "0.00", | ||
"analysisTime": 49 | ||
"analysisTime": 35 | ||
} | ||
@@ -51,3 +51,3 @@ }, | ||
"reference": "../../test/backstopjs/bitmaps_reference/708650260_avalanche_0_document_2_l.png", | ||
"test": "../../test/backstopjs/bitmaps_test/20161207-190706/708650260_avalanche_0_document_2_l.png", | ||
"test": "../../test/backstopjs/bitmaps_test/20161208-113726/708650260_avalanche_0_document_2_l.png", | ||
"selector": "document", | ||
@@ -64,3 +64,3 @@ "fileName": "708650260_avalanche_0_document_2_l.png", | ||
"misMatchPercentage": "0.00", | ||
"analysisTime": 72 | ||
"analysisTime": 69 | ||
} | ||
@@ -73,3 +73,3 @@ }, | ||
"reference": "../../test/backstopjs/bitmaps_reference/708650260_avalanche_0_document_3_xl.png", | ||
"test": "../../test/backstopjs/bitmaps_test/20161207-190706/708650260_avalanche_0_document_3_xl.png", | ||
"test": "../../test/backstopjs/bitmaps_test/20161208-113726/708650260_avalanche_0_document_3_xl.png", | ||
"selector": "document", | ||
@@ -86,3 +86,3 @@ "fileName": "708650260_avalanche_0_document_3_xl.png", | ||
"misMatchPercentage": "0.00", | ||
"analysisTime": 93 | ||
"analysisTime": 95 | ||
} | ||
@@ -89,0 +89,0 @@ }, |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "4.0.0-alpha.2", | ||
"version": "4.0.0-alpha.3", | ||
"author": "Markus Oberlehner", | ||
@@ -12,0 +12,0 @@ "homepage": "https://avalanche.oberlehner.net/", |
@@ -20,2 +20,8 @@ # @avalanche/object-container | ||
@import '~@avalanche/object-container/scss/mixins'; | ||
// Import just the classes you need. | ||
@import '{ .o-container, .o-container--s } from ~@avalanche/object-container'; | ||
// Not a fan of the "o-" prefix? | ||
@import '{ .o-container as .container } from ~@avalanche/object-container'; | ||
``` | ||
@@ -32,6 +38,7 @@ | ||
### Sizes | ||
Activate size modifier classes via the `$o-container-sizes` map variable. | ||
Modify the container max widths via the `$o-container-max-widths` map variable. | ||
```scss | ||
$o-container-sizes: ( | ||
$o-container-max-widths: ( | ||
s: 32rem, | ||
m: 64rem, | ||
@@ -38,0 +45,0 @@ l: 96rem |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
444299
72