Socket
Socket
Sign inDemoInstall

jss-plugin-camel-case

Package Overview
Dependencies
7
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

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
Weekly downloads
1.7M
decreased by-12.57%
Maintainers
1
Install size
1.94 MB
Created
Weekly downloads
 

Package description

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

Readme

Source

jss-plugin-camel-case

Version License Downlodas Size Dependencies

JSS plugin that allows to write camel cased rule properties

See our website jss-plugin-camel-case for more information.

Install

Using npm:

npm install jss-plugin-camel-case

or using yarn:

yarn add jss-plugin-camel-case

Keywords

FAQs

Last updated on 09 Feb 2023

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc