csstools / postcss-normalize

Use the parts of normalize.css (or sanitize.css) you need from your browserslist
Creative Commons Zero v1.0 Universal
816 stars 40 forks source link

TypeScript types for postcss-normalize #51

Open doasync opened 4 years ago

doasync commented 4 years ago

Please, create @types/postcss-normalize package with types

TS7016: Could not find a declaration file for module 'postcss-normalize'. '/Users/doasync/Projects/stellardex/node_modules/postcss-normalize/dist/index.cjs.js' implicitly has an 'any' type.   Try `npm install @types/postcss-normalize` if it exists or add a new declaration (.d.ts) file containing `declare module 'postcss-normalize';`
ESLint: 'postcss-normalize' should be listed in the project's dependencies, not devDependencies.(import/no-extraneous-dependencies)