/* SPDX-License-Identifier: LicenseRef-Yahoo-BSD-3 Copyright 2013 Yahoo! Inc. See https://git.koszko.org/koszko-org-website/tree/LICENSES/ for details. */ /* ========================================================================== Pure Base Extras ========================================================================== */ /** * Extra rules that Pure adds on top of Normalize.css */ html { font-family: sans-serif; } /** * Always hide an element when it has the `hidden` HTML attribute. */ .hidden, [hidden] { display: none !important; } /** * Add this class to an image to make it fit within it's fluid parent wrapper while maintaining * aspect ratio. */ .pure-img { max-width: 100%; height: auto; display: block; } ted='selected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/noweb.scm
AgeCommit message (Expand)Author
2023-08-13gnu: noweb: Update to 2.13....* gnu/packages/noweb.scm (noweb): Update to 2.13. Tobias Geerinckx-Rice
2023-08-13gnu: noweb: Use G-expressions....* gnu/packages/noweb.scm (noweb)[arguments]: Rewrite as G-expressions. Don't explicitly return #t from phases. Tobias Geerinckx-Rice