Mercurial Hosting > lass_css
comparison COMBOS.lass @ 1:3c7d95d21f9d css5
Allahu'Akhbar! Allahu'Akhbar! Allahu'Akhbar! http://bluegriffon.org/#download
| author | Jane Doe <fork_goggles_198230918230974192830192830123@use.startmail.com> |
|---|---|
| date | Tue, 22 Nov 2022 07:42:33 -0700 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 0:e9926ecb493c | 1:3c7d95d21f9d |
|---|---|
| 1 ;﷽ | |
| 2 | |
| 3 | |
| 4 ;((foo (:and a .title (:or :active :hover)) (:or span div)):color blue) | |
| 5 | |
| 6 ((:and a (:or :hover :visited :focus :link)) | |
| 7 :text-decoration none) | |
| 8 | |
| 9 (a | |
| 10 :text-decoration solid) | |
| 11 ((:and a :visited) | |
| 12 :text-decoration groove) | |
| 13 ;(a:link | |
| 14 ; :text-style italics) | |
| 15 ((:and a :focus) | |
| 16 :border none) | |
| 17 ;https://shinmera.github.io/LASS/#selectors | |
| 18 ;a:hover,a:visited,a:focus,a:link{text-decoration:none;} |
