comparison default/assets/scss/vendors/bootstrap/mixins/_text-hide.scss @ 0:1d038bc9b3d2 default tip

Up:default
author Liny <dev@neowd.com>
date Sat, 31 May 2025 09:21:51 +0800
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1d038bc9b3d2
1 // CSS image replacement
2 @mixin text-hide() {
3 font: 0/0 a;
4 color: transparent;
5 text-shadow: none;
6 background-color: transparent;
7 border: 0;
8 }