Fix scss mixin path

This commit is contained in:
Igor Kulikov 2021-10-07 10:30:04 +03:00
parent e9ab132c06
commit eace87897c

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@import '../scss/mixins';
@import '../../../scss/mixins';
$popover-arrow-width: 6;
$popover-distance: $popover-arrow-width + 4;