Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
css-absolute-values-to-px
Advanced tools
The CSS Value Converter is a command-line tool designed to simplify the conversion of CSS property values from absolute units to pixel (`px`) units. It operates on a specified directory, recursively processing all files with specified extensions.
The CSS Value Converter is a command-line tool designed to simplify the conversion of CSS property values from absolute units to pixel (px
) units. It operates on a specified directory, recursively processing all files with specified extensions.
You do not need
To use the CSS Value Converter, you can run it from the command line with the following options:
-d, --directory <directory>
: Specifies the target directory to process.-e, --extensions <extensions>
: Specifies the file extensions to process (comma-separated).-x, --excludeFolders <excludeFolders>
: Specifies folders to exclude from the conversion process (comma-separated).-h, --help
: Displays the help documentation with usage instructions.src
directory and its subdirectories, excluding the node_modules
folder, with extensions .css
and .scss
:npx css-absolute-values-to-px -d src -e css,scss -x node_modules
This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
The CSS Value Converter is a command-line tool designed to simplify the conversion of CSS property values from absolute units to pixel (`px`) units. It operates on a specified directory, recursively processing all files with specified extensions.
We found that css-absolute-values-to-px demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.