Working modal component

This commit is contained in:
Patrick Smith
2018-08-06 16:54:12 -04:00
committed by Andrew Croce
parent 0782be6f92
commit b16fe24ddc
4 changed files with 48 additions and 32 deletions

View File

@@ -31,3 +31,7 @@
@mixin line-max {
max-width: 45em;
}
[v-cloak] {
display: none
}