This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 | |
# |