Skip to content

Commit

Permalink
Merge branch 'release/0.8.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
domlazic committed Sep 28, 2016
2 parents 9c5d489 + 5440959 commit 8a2e8ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shoutem/theme",
"version": "0.8.5",
"version": "0.8.6",
"main": "index.js",
"description": "Style your components in one place.",
"dependencies": {
Expand Down Expand Up @@ -31,6 +31,10 @@
"email": "[email protected]",
"name": "bAndelic"
},
{
"email": "[email protected]",
"name": "domlazic"
},
{
"email": "[email protected]",
"name": "morrigan"
Expand Down
2 changes: 0 additions & 2 deletions src/StyleNormalizer/StyleNormalizer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import ShorthandsNormalizerFactory, {
SIDES,
CORNERS,
HORIZONTAL,
VERTICAL,
} from './ShorthandsNormalizerFactory';
Expand All @@ -15,7 +14,6 @@ export default class StyleNormalizer {
this.createNormalizers('margin', [HORIZONTAL, VERTICAL, SIDES]);
this.createNormalizers('padding', [HORIZONTAL, VERTICAL, SIDES]);
this.createNormalizers('border', [SIDES], 'Width');
this.createNormalizers('border', [CORNERS], 'Radius');
}

createNormalizers(prop, shorthands, suffix = '') {
Expand Down

0 comments on commit 8a2e8ff

Please sign in to comment.