File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
- # postcss-regexp
1
+ # postcss-regexp-detect
2
2
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
4
4
5
5
##Purpose
6
6
This plugin was initially created to analyse css compiled by stylus and find unresolved variables.
7
7
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.
9
9
To avoid such surprises we developed this warning plugin.
10
10
## Usage
11
11
This plugin writes all warnings to postcss ` result.messages ` . You'll need some tool
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " postcss-regexp" ,
2
+ "name" : " postcss-regexp-detect " ,
3
3
"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 " ,
5
5
"keywords" : [
6
6
" css" ,
7
7
" postcss" ,
8
+ " regexp" ,
9
+ " search" ,
10
+ " warn" ,
8
11
" postcss-plugins"
9
12
],
10
13
"author" : " Devexperts" ,
You can’t perform that action at this time.
0 commit comments