Example:
> npx -q https://gist.github.com/viters/e31bbe6c842f178e6955cae1211e8953 yarn.lock prettier
[email protected]
May be used in scripts such as:
Example:
> npx -q https://gist.github.com/viters/e31bbe6c842f178e6955cae1211e8953 yarn.lock prettier
[email protected]
May be used in scripts such as:
tests = [ | |
(TestCondition :: Bool, "TestDescription" :: String) | |
] | |
main :: IO() | |
main = | |
mapM_ (putStrLn . snd) (filter (\(x,_) -> x == False) tests) |
a::after { | |
display:block; | |
content:attr(title); | |
font-weight:bold; | |
height:1px; | |
color:transparent; | |
overflow:hidden; | |
visibility:hidden; | |
margin-bottom:-1px; | |
} |
body { margin: 30px; } | |
/* Add some margin to the body to add space and | |
see where your offending elements cross the line */ | |
body * { border: 1px solid red; } | |
/* add a border to all other elements on the page */ |