You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vizality/renderer/src/styles/utils/_index.scss

20 lines
418 B

//
// This file is automatically imported into each compiled Sass file so plugin and theme
// devs can easily make use of these utilities without importing anything.
// Simple use the function/mixin prefixed with vz.
//
// @example
// .vizality-sass {
// @include vz.size(50px);
// }
//
// @output
// .vizality-sass {
// width: 50px;
// height: 50px;
// }
//
@forward 'functions';
@forward 'mixins';