Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_text-hide.scss « mixins « scss - github.com/uicardiodev/hugo-sodium-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aa551fde50f463b16a2fb41019e91f76c9275ee9 (plain)
1
2
3
4
5
6
7
8
9
// CSS image replacement
@mixin text-hide() {
  // stylelint-disable-next-line font-family-no-missing-generic-family-keyword
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}