UNPKG
@novicell/postcss-config
Version:
latest (0.4.2)
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
A postCSS 8 config for Nuxt and vite
@novicell/postcss-config
/
dist
/
types
/
index.d.ts
10 lines
(9 loc)
•
299 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
default
function
postcssObjectConfig
(
userConfig
:
any
): {
'postcss-import'
:
any
;
'postcss-inline-media'
:
any
;
'postcss-nested'
:
any
;
'postcss-calc'
:
any
;
'postcss-preset-env'
:
any
;
'postcss-reporter'
:
any
; };
export
function
postcssArrayConfig
(
userConfig
:
any
):
any
[];