Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Get ES6 modules or JSON files from CSS/SCSS/LESS/other styles using PreJSS
Command-Line Interface (CLI) interface for converting CSS/SCSS/LESS/other files to ES6 modules or to JSON files using any PreJSS parser and config.
# Convert CSS file to JSON in current directory
prejss-cli -f json source.css --pretty
# Convert CSS file to ES6 in current directory
prejss-cli source.css
# Convert all CSS in specified directory to ES6 in ./examples/dist
prejss-cli examples/src --out-dir ./examples/dist
# Convert CSS in specified directory to ES6 in the same directory
# using specified parser (which should be installed as prejss-NAME-parser package)
prejss-cli examples/src --parser postcss
# Convert SCSS files only in specified directory to ES6 in ./dist
# using specified parser and config
prejss-cli src/**/*.scss --parser postcss --out-dir ./dist \
--config plugins=postcss-import,postcss-simple-vars,postcss-sassy-mixins
FAQs
Get ES6 modules or JSON files from CSS/SCSS/LESS/other styles using PreJSS
We found that prejss-cli 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
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.