s
This commit is contained in:
parent
f3c6e6b196
commit
ea68510c67
9
postcss.config.js
Normal file
9
postcss.config.js
Normal file
@ -0,0 +1,9 @@
|
||||
// postcss.config.js
|
||||
import pxToViewport from 'postcss-px-to-viewport';
|
||||
export default {
|
||||
plugins: [
|
||||
pxToViewport({
|
||||
viewportWidth: 1920,
|
||||
}),
|
||||
]
|
||||
};
|
Loading…
Reference in New Issue
Block a user