New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

csscomb-brunch

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csscomb-brunch

Gives Brunch workflows the ability to sort CSS properties.

  • 1.7.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

csscomb-brunch

Gives Brunch workflows the ability to sort CSS properties.

Installing

csscomb-brunch is designed to be an npm package for use with the build tool Brunch. To install this as a dependency for your Brunch repository, run npm install --save csscomb-brunch, which will add a line to your package.json file.

Usage

To specify an encoding you can use the configuration options.

exports.config =
  plugins:
    csscomb:
      encoding: 'zen'

By default, the encoding is set to Zen. The string you pass into that field is used to initialize the CSSComb object (var comb = new Comb('zen');, see https://npmjs.org/package/csscomb), so any value acceptable there will be acceptable as an argument for encoding.

Keywords

FAQs

Package last updated on 25 Jan 2014

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc