Skip to content

Instantly share code, notes, and snippets.

View mat1th's full-sized avatar

mat1th mat1th

  • Planet Earth
View GitHub Profile
@kkoomen
kkoomen / px-to-rem.sh
Last active January 12, 2019 15:43
Convert css pixel value to rem.
#!/usr/bin/env bash
#
# Convert all your "px" values to "rem" values. Supported filetypes can
# literally be anything, but just use extensions like:
# - file.css.less
# - file.less
# - file.css
# - file.scss
# - file.sass
#