Fix indentation
This commit is contained in:
parent
fe326b9f08
commit
1289367a6b
1 changed files with 1 additions and 1 deletions
|
@ -16,5 +16,5 @@ limitations under the License.
|
||||||
|
|
||||||
// converts a pixel value to rem.
|
// converts a pixel value to rem.
|
||||||
export function toRem(pixelVal) {
|
export function toRem(pixelVal) {
|
||||||
return pixelVal / 15 + "rem";
|
return pixelVal / 15 + "rem";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue