Nuxt/test/fixtures/with-config/assets/app.css

11 lines
158 B
CSS
Raw Normal View History

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