Socket
Socket
Sign inDemoInstall

postcss-initial

Package Overview
Dependencies
6
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 3.0.0

3

CHANGELOG.md

@@ -8,2 +8,5 @@ # Change Log

## [3.0.0] - 2018-08-16
- Upgrade PostCSS to 7.0.2. It breaks node@4 support. Thanks to @ansballard for contribution
## [2.0.0] - 2016-05-09

@@ -10,0 +13,0 @@ - Add yarn

4

package.json
{
"name": "postcss-initial",
"version": "2.0.0",
"version": "3.0.0",
"description": "PostCSS plugin to fallback initial keyword.",

@@ -19,3 +19,3 @@ "keywords": [

"lodash.template": "^4.2.4",
"postcss": "^6.0.1"
"postcss": "^7.0.2"
},

@@ -22,0 +22,0 @@ "devDependencies": {

# PostCSS Initial
[![Build Status][ci-img]][ci] [![NPM Module][npm-img]][npm] [![David DM][david-img]][david]
[![CSS Standard Status][css-img]][css] [![Build Status][ci-img]][ci] [![NPM Module][npm-img]][npm] [![David DM][david-img]][david]

@@ -12,2 +12,4 @@ <img align="right" width="135" height="95"

[PostCSS]: https://github.com/postcss/postcss
[css-img]: https://jonathantneal.github.io/css-db/badge/css-cascade-all-shorthand.svg
[css]: https://jonathantneal.github.io/css-db/#css-cascade-all-shorthand
[ci-img]: https://travis-ci.org/maximkoretskiy/postcss-initial.svg

@@ -51,3 +53,4 @@ [ci]: https://travis-ci.org/maximkoretskiy/postcss-initial

**Killer feature!**
**Killer feature!**
Universal reset from future css!

@@ -152,12 +155,12 @@ ```css

Takes `string`.
Describes what subset of rules should be unsetted with `all` property (to reduce code weight).
Possible subsets: `all`, `inherited`.
Default value: `'all'`.
Takes `string`.
Describes what subset of rules should be unsetted with `all` property (to reduce code weight).
Possible subsets: `all`, `inherited`.
Default value: `'all'`.
### replace
Takes `boolean`.
Replace the `initial` with the fallback instead of adding it.
Default value: `false`.
Takes `boolean`.
Replace the `initial` with the fallback instead of adding it.
Default value: `false`.

@@ -164,0 +167,0 @@ ## Usage

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc