Compare commits

..

No commits in common. "83b11fae8002ce98e7f6943ad128ce07abc35c44" and "a38004a6c6167182e4751c4bbcdbc81d8a61ef9d" have entirely different histories.

View File

@ -1,9 +0,0 @@
// postcss.config.js
import pxToViewport from 'postcss-px-to-viewport';
export default {
plugins: [
pxToViewport({
viewportWidth: 1920,
}),
]
};