5.0.3 • Published 6 months ago

@types/postcss-flexbugs-fixes v5.0.3

Weekly downloads
46,429
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/postcss-flexbugs-fixes

Summary

This package contains type definitions for postcss-flexbugs-fixes (https://github.com/luisrudge/postcss-flexbugs-fixes#readme).

Details

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

index.d.ts

// Type definitions for postcss-flexbugs-fixes 4.2
// Project: https://github.com/luisrudge/postcss-flexbugs-fixes#readme
// Definitions by: Piotr Błażejewicz <https://github.com/peterblazejewicz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

import { Plugin } from 'postcss';

declare namespace postcssFlexbugsFixes {
    type PostcssFlexbugsFixesPlugin = Plugin<Options>;

    interface Options {
        /**
         * @default true
         */
        bug4?: boolean | undefined;
        /**
         * @default true
         */
        bug6?: boolean | undefined;
        /**
         * @default true
         */
        bug81a?: boolean | undefined;
    }
}

/**
 * PostCSS plugin This project tries to fix all of {@link https://github.com/philipwalton/flexbugs|flexbug's} issues.
 */
declare const postcssFlexbugsFixes: postcssFlexbugsFixes.PostcssFlexbugsFixesPlugin;

export = postcssFlexbugsFixes;

Additional Details

  • Last updated: Wed, 07 Jul 2021 17:02:32 GMT
  • Dependencies: @types/postcss
  • Global values: none

Credits

These definitions were written by Piotr Błażejewicz.

5.0.3

6 months ago

5.0.2

7 months ago

5.0.1

8 months ago

5.0.0

1 year ago

4.2.1

3 years ago

4.2.0

4 years ago