Skip to content

Commit

Permalink
postcss-less: Set minimum TypeScript version: 3.7.
Browse files Browse the repository at this point in the history
The type definitions for postcss 8.x require this.

See: microsoft/TypeScript#33939
  • Loading branch information
djcsdy committed Nov 20, 2020
1 parent 1d5f96a commit a0a052f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/postcss-less/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// Definitions by: Masafumi Koba <https://github.com/ybiquitous>
// Daniel Cassidy <https://github.com/djcsdy>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Minimum TypeScript Version: 3.7

import * as postcss from 'postcss';

Expand Down

0 comments on commit a0a052f

Please sign in to comment.