Skip to content

Commit 844728c

Browse files
committed
Rename plugin
1 parent e28e2af commit 844728c

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# postcss-regexp
1+
# postcss-regexp-detect
22

3-
[PostCSS](https://github.com/postcss/postcss) plugin to search for regexp in decls
3+
[PostCSS](https://github.com/postcss/postcss) plugin to search for regexp in rule declaraions
44

55
##Purpose
66
This plugin was initially created to analyse css compiled by stylus and find unresolved variables.
77

8-
When stylus can't resolve variable, it inserts string with its name and doesn't throw any warning.
8+
When stylus can't resolve a variable, it inserts string with its name and doesn't throw any warning.
99
To avoid such surprises we developed this warning plugin.
1010
## Usage
1111
This plugin writes all warnings to postcss `result.messages`. You'll need some tool

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
2-
"name": "postcss-regexp",
2+
"name": "postcss-regexp-detect",
33
"version": "0.0.0",
4-
"description": "PostCSS plugin to search for regexp and output a warning",
4+
"description": "PostCSS plugin to search for regexp in rule declarations",
55
"keywords": [
66
"css",
77
"postcss",
8+
"regexp",
9+
"search",
10+
"warn",
811
"postcss-plugins"
912
],
1013
"author": "Devexperts",

0 commit comments

Comments
 (0)