Add and use postcss-import
This commit is contained in:
parent
b591f5f2cf
commit
dc1feabc17
9 changed files with 81 additions and 61 deletions
3
resources/css/components/container.css
Normal file
3
resources/css/components/container.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
.container {
|
||||
@apply w-full max-w-5xl px-4 mx-auto
|
||||
}
|
5
resources/css/components/lead.css
Normal file
5
resources/css/components/lead.css
Normal file
|
@ -0,0 +1,5 @@
|
|||
p.lead {
|
||||
@screen md {
|
||||
@apply text-lg
|
||||
}
|
||||
}
|
7
resources/css/components/wrap.css
Normal file
7
resources/css/components/wrap.css
Normal file
|
@ -0,0 +1,7 @@
|
|||
.wrap {
|
||||
@apply w-full max-w-3xl mx-auto;
|
||||
|
||||
&.is-wide {
|
||||
@apply max-w-5xl
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue