Sha256: a3030aecc06f302bc6d1d917a319b7cb4bf922355e302e4f5b8a5ecde0b2550b
Contents?: true
Size: 1.59 KB
Versions: 9
Compression:
Stored size: 1.59 KB
Contents
/** Lesli Copyright (c) 2022, Lesli Technologies, S. A. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. LesliCSS - SCSS Utilities for websites, apps and web applications Powered by https://www.lesli.tech Building a better future, one line of code at a time. @contact <hello@lesli.tech> @website <https://lesli.tech> @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ // · */ // · @import "../functions/colors.scss"; // · @mixin lesli-blockquote($columns: 0, $margin: 0) { margin: 1.5em 10px; padding: 0.5em 10px; background-color: lesli-css-color(silver, 100); border-left: 10px solid lesli-css-color(silver, 300); quotes: "\201C""\201D""\2018""\2019"; &:before { color: lesli-css-color(silver); vertical-align: -0.4em; margin-right: 0.25em; line-height: 0.1em; font-size: 4em; content: open-quote; } p { display: inline; } }
Version data entries
9 entries across 9 versions & 1 rubygems