Blame view

node_modules/postcss-normalize-charset/CHANGELOG.md 306 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
5
6
7
8
9
10
11
12
13
  # 1.1.1
  
  * Performance tweaks; test that `node.parent` is equal to the AST rather than
    checking its type is `root`, and use the AST directly to prepend the
    `@charset` to, rather than using the superfluous `root()` method.
  
  # 1.1.0
  
  * Added `add` option (thanks to @ben-eb)
  
  # 1.0.0
  
  * Initial release.