1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2026-01-09 16:32:54 +00:00

refactor: update vendor prefix in SCSS

{
  "browsers": [
    "last 2 versions",
    "> 0.2%",
    "not dead"
  ]
}
This commit is contained in:
Cotes Chung
2022-10-21 21:34:41 +08:00
parent a6ce765082
commit e7dee2a589
8 changed files with 65 additions and 44 deletions

View File

@@ -85,6 +85,7 @@
.pin {
i {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
padding-left: 3px;
color: var(--pin-color);