Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
CSScomb is a coding style formatter for CSS. You can easily write your own configuration to make your style sheets beautiful and consistent.
The main feature is sorting properties in a specific order. It was inspired by @miripiruni's PHP-based tool of the same name. This is the new JavaScript version, based on the powerful CSS parser Gonzales PE.
Global installation (for use as a command-line tool):
npm install csscomb -g
Local installation (for use as a command-line tool within current directory):
npm install csscomb
To install as a project dependency (the package will appear in your dependencies):
npm install csscomb --save
To install as a dev dependency (the package will appear in your devDependencies):
npm install csscomb --save-dev
There are a number of ways to configure CSScomb:
.csscomb.json
file in the project root.*.css
file as a templatecsscomb assets/css
var Comb = require('csscomb');
var comb = new Comb('zen');
comb.processPath('assets/css');
This project is actively mantained. But anyone and everyone is welcome to contribute. Please take a moment to review the guidelines for contributing.
Also you can become a mantainer. To do that please ping @tonyganch.
Thanks for assistance and contributions:
@miripiruni, @anton-rudeshko, @cvrebert, @filtercake, @ignovak, @kizu, @lefoy, @L0stSoul, @mishaberezin, @puzankov, @schneyra, @thejameskyle, @vecmezoni
This software is released under the terms of the MIT license.
4.3.0 - 2019-04-17
lines-between-rulesets
when file starts with a comment (#525)space-before-combinator
handling of leading/lone combinators (#551)--tty-mode
option as booleanFAQs
CSS coding style formatter
The npm package csscomb receives a total of 6,478 weekly downloads. As such, csscomb popularity was classified as popular.
We found that csscomb 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
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.