@master/normal.css
Advanced tools
Comparing version 2.1.1 to 3.0.0
@@ -1,1 +0,1 @@ | ||
{"name":"@master/normal.css","scripts":{"build":"postcss src/index.css -o dist/index.css"},"license":"MIT","description":"Normalize browser's styles ~600B","author":"Aoyue Design LLC.","funding":"https://docs.master.co/css/donate","homepage":"https://css.master.co","bugs":{"url":"https://github.com/master-co/normal.css/issues"},"repository":{"type":"git","url":"https://github.com/master-co/normal.css.git","directory":"packages/core"},"keywords":["normalize","browser","style","css","font","smoothing","box-sizing","text","rendering","lightweight","antialiased"],"main":"./dist/index.css","style":"./dist/index.css","publishConfig":{"access":"public","provenance":true},"version":"2.1.1"} | ||
{"name":"@master/normal.css","scripts":{"build":"postcss src/index.css -o dist/index.css"},"license":"MIT","description":"Normalize browser's styles ~600B","author":"Aoyue Design LLC.","funding":"https://docs.master.co/css/donate","homepage":"https://css.master.co","bugs":{"url":"https://github.com/master-co/normal.css/issues"},"repository":{"type":"git","url":"https://github.com/master-co/normal.css.git","directory":"packages/core"},"keywords":["normalize","browser","style","css","font","smoothing","box-sizing","text","rendering","lightweight","antialiased"],"main":"./dist/index.css","style":"./dist/index.css","publishConfig":{"access":"public","provenance":true},"version":"3.0.0"} |
@@ -0,1 +1,2 @@ | ||
module.exports = { | ||
@@ -6,3 +7,6 @@ plugins: [ | ||
require('postcss-import'), | ||
require('postcss-assign-layer').default([ | ||
{ include: '**/*.css', layerName: 'base' } | ||
]) | ||
] | ||
} |
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
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
11831
135