Fix indentation
This commit is contained in:
+1
-1
@@ -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";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user