Add and use postcss-import

This commit is contained in:
Oliver Davies 2019-06-07 21:41:43 +01:00
parent b591f5f2cf
commit dc1feabc17
9 changed files with 81 additions and 61 deletions

View file

@ -0,0 +1,3 @@
.container {
@apply w-full max-w-5xl px-4 mx-auto
}