postcss-shopify
Advanced tools
Comparing version 1.0.0 to 1.0.1
# Changelog | ||
## [Unreleased] | ||
<!-- ## [Unreleased] --> | ||
## [1.0.0] - 2017-03-05 | ||
## [1.0.1] - 2018-01-17 | ||
- Discard comments in the last processing step, allowing to use comments such as `/* autoprefixer: off */` ([#2](https://github.com/Shopify/postcss-shopify/pull/2)) | ||
## 1.0.0 - 2017-03-05 | ||
- Initial release | ||
[Unreleased]: https://github.com/Shopify/postcss-shopify/compare/v1.0.1...master | ||
[1.0.1]: https://github.com/Shopify/postcss-shopify/compare/v1.0.0...1.0.1 |
module.exports = { | ||
discardComments: (options) => require('postcss-discard-comments')(options), | ||
calc: (options) => require('postcss-calc')(options), | ||
@@ -8,2 +7,3 @@ flexbugsFixes: () => require('postcss-flexbugs-fixes'), | ||
autoprefixer: (options) => require('autoprefixer')(options), | ||
discardComments: (options) => require('postcss-discard-comments')(options), | ||
}; |
{ | ||
"name": "postcss-shopify", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "All of Shopify’s recommended PostCSS plugins in one easy-to-use preset.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49252
8
1