Gorem is a command-line tool that converts pixel values to rem in CSS files.
To install gorem
, you can use the following go get
command:
go get -u github.com/rahuld109/gorem
Make sure your Go bin directory is included in your system's PATH
.
gorem <directory>
Converts pixel values to rem in CSS files within the specified directory.
-h
,--help
: Show help message.-v
,--version
: Show version information.
Convert CSS files in the current directory:
gorem .
This project is licensed under the MIT License.