@alexasselin/postcss-plugin1
Advanced tools
Comparing version 1.3.0 to 1.4.0
# @alexasselin/postcss-plugin1 | ||
## 1.4.0 | ||
### Minor Changes | ||
- 476dda9: finalizing the initial packages | ||
## 1.3.0 | ||
@@ -4,0 +10,0 @@ |
@@ -5,8 +5,5 @@ import type { PluginCreator } from "postcss"; | ||
presetEnvOptions: postcssPresetEnv.pluginOptions; | ||
pxtoremOptions: { | ||
rootValue: number; | ||
propList: string[]; | ||
}; | ||
pxtoremOptions: unknown; | ||
}; | ||
declare const plugin: PluginCreator<typeof DEFAULT_OPTIONS>; | ||
export = plugin; |
@@ -17,2 +17,3 @@ "use strict"; | ||
}; | ||
// px to rem has no type definition | ||
const PXTOREM_OPTIONS = { | ||
@@ -19,0 +20,0 @@ rootValue: 16, |
{ | ||
"$schema": "https://json.schemastore.org/package", | ||
"name": "@alexasselin/postcss-plugin1", | ||
"author": "Groupe Sharegate inc.", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "Sharegate recommended typescript config.", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"keywords": [ | ||
"sharegate", | ||
"postcss", | ||
"postcss-plugin", | ||
"css" | ||
], | ||
"repository": { | ||
@@ -15,8 +18,5 @@ "type": "git", | ||
"license": "Apache-2.0", | ||
"keywords": [ | ||
"sharegate", | ||
"postcss", | ||
"postcss-plugin", | ||
"css" | ||
], | ||
"author": "Groupe Sharegate inc.", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
@@ -27,4 +27,2 @@ "dist", | ||
], | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
@@ -39,10 +37,13 @@ "build": "tsc", | ||
}, | ||
"devDependencies": { | ||
"@alexasselin/typescript-configs1": "*", | ||
"@types/postcss-flexbugs-fixes": "4.2.1", | ||
"@types/postcss-preset-env": "7.7.0" | ||
}, | ||
"peerDependencies": { | ||
"postcss": ">=8.4.6" | ||
}, | ||
"devDependencies": { | ||
"@types/postcss-preset-env": "7.7.0", | ||
"@types/postcss-flexbugs-fixes": "4.2.1", | ||
"@alexasselin/typescript-configs1": "*" | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
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
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
4749
66