diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/COMBOS.lass	Tue Nov 22 07:42:33 2022 -0700
@@ -0,0 +1,18 @@
+;﷽
+
+
+;((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;}