mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
11 lines
158 B
CSS
Executable File
11 lines
158 B
CSS
Executable File
.global-css-selector {
|
|
color: red;
|
|
}
|
|
|
|
.test-enter-active, .test-leave-active {
|
|
transition: opacity .5s
|
|
}
|
|
.test-enter, .test-leave-active {
|
|
opacity: 0
|
|
}
|