Enfore function name capitalisation
This commit is contained in:
parent
9ca843fdcb
commit
fe326b9f08
5 changed files with 6 additions and 6 deletions
|
@ -15,6 +15,6 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
// converts a pixel value to rem.
|
||||
export default function(pixelVal) {
|
||||
export function toRem(pixelVal) {
|
||||
return pixelVal / 15 + "rem";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue