Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

postcss-shopify

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-shopify - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

10

CHANGELOG.md
# 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

2

features.js
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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc