postcss / postcss-load-config

Autoload Config for PostCSS
MIT License
638 stars 71 forks source link

feat: support `.cts` #252

Closed sapphi-red closed 9 months ago

sapphi-red commented 9 months ago

Notable Changes

This PR adds support for loading .cts files.

249 also implements .cts support along with .mts support but it swaps the transpiler and might take time to verify the impact (e.g. release beta versions).

This PR implements .cts in a less impact way without introducing breaking changes.

Commit Message Summary (CHANGELOG)

add support for loading `.cts` files

Type

SemVer

Issues

Checklist

ai commented 8 months ago

Released in 4.0.2 (TS support is a feature and we fixed it).