0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-02-15 02:28:48 +00:00
salesagility_SuiteCRM/themes/SuiteP/css/suitep-base/mixins.scss
2017-12-07 16:05:00 +00:00

4 lines
No EOL
70 B
SCSS

@mixin hideWhenPrinting() {
display: none;
visibility: collapse;
}