Merge branch 'feature/vuejs' into feature/vue-serverview
This commit is contained in:
commit
e65854c8c2
35 changed files with 827 additions and 192 deletions
|
@ -26,5 +26,11 @@
|
|||
* Assorted Other CSS
|
||||
*/
|
||||
body {
|
||||
@apply .font-sans;
|
||||
@apply .font-sans;
|
||||
}
|
||||
|
||||
.container {
|
||||
@screen xsx {
|
||||
@apply .px-2;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue