mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-17 18:22:37 +02:00
refactor(cssnano-preset): migrate to TS (#7440)
* refactor(cssnano-preset): migrate to TS * fix
This commit is contained in:
parent
c8b5f230ab
commit
71b5901bcd
9 changed files with 76 additions and 43 deletions
11
packages/docusaurus-cssnano-preset/src/deps.d.ts
vendored
Normal file
11
packages/docusaurus-cssnano-preset/src/deps.d.ts
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
/**
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
declare module 'postcss-sort-media-queries' {
|
||||
const plugin: import('postcss').PluginCreator<object>;
|
||||
export default plugin;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue