@types/postcss-pxtorem
TypeScript definitions for postcss-pxtorem
Last updated 2 years ago by types .
MIT · Repository · Original npm · Tarball · package.json
$ cnpm install @types/postcss-pxtorem 
SYNC missed versions from official npm registry.

Installation

npm install --save @types/postcss-pxtorem

Summary

This package contains type definitions for postcss-pxtorem (https://github.com/cuth/postcss-pxtorem#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/postcss-pxtorem.

index.d.ts

import { Input, PluginCreator } from "postcss";
declare namespace PostcssPxToRem {
    interface Options {
        rootValue?: number | ((input: Input) => number);
        unitPrecision?: number;
        propList?: string[];
        selectorBlackList?: Array<string | RegExp>;
        replace?: boolean;
        mediaQuery?: boolean;
        minPixelValue?: number;
        exclude?: string | RegExp | ((file: string) => boolean);
        unit?: string;
    }
}

declare var pxtorem: PluginCreator<PostcssPxToRem.Options>;

export = pxtorem;

Additional Details

  • Last updated: Tue, 01 Oct 2024 15:37:23 GMT
  • Dependencies: postcss

Credits

These definitions were written by Steven Bassett.

Current Tags

  • 6.1.0                                ...           latest (2 years ago)
  • 6.0.0                                ...           ts4.3 (3 years ago)
  • 6.0.0                                ...           ts4.4 (3 years ago)
  • 6.0.3                                ...           ts4.5 (2 years ago)
  • 6.0.3                                ...           ts4.6 (2 years ago)
  • 6.0.3                                ...           ts4.7 (2 years ago)
  • 6.1.0                                ...           ts4.8 (2 years ago)
  • 6.1.0                                ...           ts4.9 (2 years ago)
  • 6.1.0                                ...           ts5.0 (2 years ago)
  • 6.1.0                                ...           ts5.1 (2 years ago)
  • 6.1.0                                ...           ts5.2 (2 years ago)
  • 6.1.0                                ...           ts5.3 (2 years ago)
  • 6.1.0                                ...           ts5.4 (2 years ago)
  • 6.1.0                                ...           ts5.5 (2 years ago)
  • 6.1.0                                ...           ts5.6 (2 years ago)
  • 6.1.0                                ...           ts5.7 (2 years ago)
  • 6.1.0                                ...           ts5.8 (2 years ago)
  • 6.1.0                                ...           ts5.9 (2 years ago)
  • 6.1.0                                ...           ts6.0 (2 years ago)

5 Versions

  • 6.1.0                                ...           2 years ago
  • 6.0.3                                ...           2 years ago
  • 6.0.2                                ...           2 years ago
  • 6.0.1                                ...           3 years ago
  • 6.0.0                                ...           3 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 1
Last Day 0
Last Week 1
Last Month 0
Dependencies (1)
Dev Dependencies (0)
None
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org | Home |