Skip to content

Commit 3c22a52

Browse files
feat: replace absolute path per scss
1 parent eae6a4a commit 3c22a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scss/mixins/breakpoint.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import 'src/scss/variables';
1+
@import '../variables';
22

33
@mixin desktop {
44
@media (min-width: ($desktop * 1px)) {

0 commit comments

Comments
 (0)