Skip to content

Commit 8a2e8ff

Browse files
committed
Merge branch 'release/0.8.6'
2 parents 9c5d489 + 5440959 commit 8a2e8ff

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shoutem/theme",
3-
"version": "0.8.5",
3+
"version": "0.8.6",
44
"main": "index.js",
55
"description": "Style your components in one place.",
66
"dependencies": {
@@ -31,6 +31,10 @@
3131
"email": "bruna.andjelic@gmail.com",
3232
"name": "bAndelic"
3333
},
34+
{
35+
"email": "domagoj.lazic@shoutem.com",
36+
"name": "domlazic"
37+
},
3438
{
3539
"email": "belma.dzi@gmail.com",
3640
"name": "morrigan"

src/StyleNormalizer/StyleNormalizer.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import ShorthandsNormalizerFactory, {
22
SIDES,
3-
CORNERS,
43
HORIZONTAL,
54
VERTICAL,
65
} from './ShorthandsNormalizerFactory';
@@ -15,7 +14,6 @@ export default class StyleNormalizer {
1514
this.createNormalizers('margin', [HORIZONTAL, VERTICAL, SIDES]);
1615
this.createNormalizers('padding', [HORIZONTAL, VERTICAL, SIDES]);
1716
this.createNormalizers('border', [SIDES], 'Width');
18-
this.createNormalizers('border', [CORNERS], 'Radius');
1917
}
2018

2119
createNormalizers(prop, shorthands, suffix = '') {

0 commit comments

Comments
 (0)