view COMBOS.lass @ 5:0a621e349357 css5 tip

Allahu'Akhbar! Allahu'Akhbar! Allahu'Akhbar! http://bluegriffon.org/#download
author John Doe <fork_goggles_198230918230974192830192830123@use.startmail.com>
date Thu, 24 Nov 2022 17:33:00 +0100
parents 3c7d95d21f9d
children
line wrap: on
line source

;﷽


;((foo (:and a .title (:or :active :hover)) (:or span div)):color blue)

((:and a (:or :hover :visited :focus :link))
      :text-decoration none)

(a
 :text-decoration solid)
((:and a :visited)
 :text-decoration groove)
;(a:link
; :text-style italics)
((:and a :focus)
 :border none)
;https://shinmera.github.io/LASS/#selectors
;a:hover,a:visited,a:focus,a:link{text-decoration:none;}