This repository was archived by the owner on Dec 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ # 2.5.1 - 2016-03-14
2+
3+ > Oops!
4+
5+ - Fixed: `` "chalk" is undefined `` .
6+ ([ #266 ] ( https://github.com/MoOx/postcss-cssnext/pull/266 ) )
7+ - Fixed: typo in related warning.
8+
19# 2.5.0 - 2016-03-14
210
311- Added: cssnext will now warn you when you have duplicates plugins.
Original file line number Diff line number Diff line change 11{
22 "name" : " postcss-cssnext" ,
3- "version" : " 2.5.0 " ,
3+ "version" : " 2.5.1 " ,
44 "description" : " Use tomorrow’s CSS syntax, today" ,
55 "keywords" : [
66 " postcss" ,
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import color from "chalk"
44const msg = ( name ) => (
55 `Warning: postcss-cssnext found a duplicate plugin ('${ name } ') ` +
66 "in your postcss plugins. " +
7- `This might be inefficient. You should remove '${ name } ' of you postcss ` +
8- "plugin list since it's already included by postcss-cssnext."
7+ `This might be inefficient. You should remove '${ name } ' from your ` +
8+ "postcss plugin list since it's already included by postcss-cssnext."
99)
1010
1111let shouldGlobalWarn = true
You can’t perform that action at this time.
0 commit comments