Commit eace87897ce15ce1c5aa5adcb9b51268a92c2231

Authored by Igor Kulikov
1 parent e9ab132c

Fix scss mixin path

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