Nuxt/test/fixtures/with-config/assets/app.css
2018-02-27 00:18:36 +03:30

11 lines
158 B
CSS

.global-css-selector {
color: red;
}
.test-enter-active, .test-leave-active {
transition: opacity .5s
}
.test-enter, .test-leave-active {
opacity: 0
}