Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cspell/dict-css

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-css

CSS dictionary for cspell.

  • 4.0.12
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
325K
decreased by-59.83%
Maintainers
1
Weekly downloads
 
Created

What is @cspell/dict-css?

@cspell/dict-css is a dictionary extension for the CSpell spell checker that provides CSS-related terms. It helps developers ensure that CSS-specific terminology is correctly spelled in their code.

What are @cspell/dict-css's main functionalities?

CSS Dictionary Integration

This feature allows you to integrate the CSS dictionary into the CSpell spell checker, ensuring that CSS-specific terms are recognized and correctly spelled.

const cspell = require('cspell');
cspell.addDictionary('css');

Spell Checking CSS Files

This feature enables spell checking of CSS files, ensuring that all CSS properties and values are correctly spelled.

const cspell = require('cspell');
cspell.checkText('body { background-color: #fff; }', { language: 'css' });

Other packages similar to @cspell/dict-css

Keywords

FAQs

Package last updated on 05 Oct 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