Skip to content

Commit aa69000

Browse files
committed
include left and right border radius classes
1 parent 0c5ba7e commit aa69000

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

genBorderRadius.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ _.forEach(borderRadii, (radius, name) => {
4444

4545
`.borderRadius--top--${name} { .borderRadius--topLeft--${name}; .borderRadius--topRight--${name}; }\n`,
4646

47-
`.borderRadius--bottom--${name} { .borderRadius--bottomLeft--${name}; .borderRadius--bottomRight--${name}; }`,
47+
`.borderRadius--bottom--${name} { .borderRadius--bottomLeft--${name}; .borderRadius--bottomRight--${name}; }\n`,
48+
49+
`.borderRadius--left--${name} { .borderRadius--topLeft--${name}; .borderRadius--bottomLeft--${name}; }\n`,
50+
51+
`.borderRadius--right--${name} { .borderRadius--topRight--${name}; .borderRadius--bottomRight--${name}; }`,
4852
]);
4953
});
5054

0 commit comments

Comments
 (0)