We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c57962 commit 15ca5f3Copy full SHA for 15ca5f3
.github/workflows/ci.yml
@@ -216,6 +216,8 @@ jobs:
216
run: yarn --cwd ui/frontend/ test
217
- name: Lint
218
run: yarn --cwd ui/frontend/ test:lint
219
+ - name: Style
220
+ run: yarn --cwd ui/frontend/ test:style
221
- name: Build frontend
222
run: yarn --cwd ui/frontend/ run build:production
223
- name: Save frontend artifact
ui/frontend/Output/Gist.module.css
@@ -13,9 +13,7 @@ $copied-duration: 1s ease-in-out;
13
14
.text {
15
opacity: 0;
16
- transition:
17
- visibility $copied-duration,
18
- opacity $copied-duration,
+ transition: visibility $copied-duration, opacity $copied-duration,
19
color $copied-duration;
20
visibility: hidden;
21
}
0 commit comments