1.1.1 • Published 1 year ago

@idrinth/duplicate-style-check v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Duplicate Style Check

This small tool checks for two cases of duplication so far:

  • a rule's property has been defined before in the same media set
  • a rule's property duplicates the value of the media query less rule

Usage

Run ilcd folder or skip the folder and link the cwd recursively. The node_modules are ignored as file origin.

Add a .idrinth-duplicate-style-check.json configuration file in the cwd to define entry points to get better results, example:

{
  "entrypoints": [
    "index.css",
    "src/hidden.css"
  ]
}

And yes, this can be run with npx as well: npx @idrinth/duplicate-style-check

1.1.1

1 year ago

1.1.0

1 year ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago