view 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
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;}