Socket
Socket
Sign inDemoInstall

jss-plugin-camel-case

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jss-plugin-camel-case

JSS plugin that allows to write camel cased rule properties


Version published
Maintainers
1
Created

What is jss-plugin-camel-case?

The jss-plugin-camel-case npm package is a plugin for JSS (JavaScript Style Sheets) that allows you to write your CSS rules using camelCase syntax instead of kebab-case. This is particularly useful when you are working in a JavaScript environment where camelCase is the conventional way of writing identifiers. The plugin automatically converts these camelCase rules into the correct CSS syntax.

What are jss-plugin-camel-case's main functionalities?

CamelCase to kebab-case conversion

This feature allows you to write CSS properties in camelCase, which the plugin will then convert to kebab-case. For example, 'backgroundColor' is converted to 'background-color' in the final CSS output.

{
  "button": {
    "backgroundColor": "blue",
    "color": "white"
  }
}

Other packages similar to jss-plugin-camel-case

Keywords

FAQs

Package last updated on 09 Feb 2023

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