Compare commits
2 Commits
a38004a6c6
...
83b11fae80
Author | SHA1 | Date | |
---|---|---|---|
|
83b11fae80 | ||
|
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