perf[style]: use webpack alias instead of hard code src path (#1338)
This commit is contained in:
		@@ -83,7 +83,7 @@ export default {
 | 
				
			|||||||
</script>
 | 
					</script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<style rel="stylesheet/scss" lang="scss" scoped>
 | 
					<style rel="stylesheet/scss" lang="scss" scoped>
 | 
				
			||||||
@import "src/styles/mixin.scss";
 | 
					@import "~@/styles/mixin.scss";
 | 
				
			||||||
.upload-container {
 | 
					.upload-container {
 | 
				
			||||||
  width: 100%;
 | 
					  width: 100%;
 | 
				
			||||||
  position: relative;
 | 
					  position: relative;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -234,7 +234,7 @@ export default {
 | 
				
			|||||||
</script>
 | 
					</script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<style rel="stylesheet/scss" lang="scss" scoped>
 | 
					<style rel="stylesheet/scss" lang="scss" scoped>
 | 
				
			||||||
@import "src/styles/mixin.scss";
 | 
					@import "~@/styles/mixin.scss";
 | 
				
			||||||
.createPost-container {
 | 
					.createPost-container {
 | 
				
			||||||
  position: relative;
 | 
					  position: relative;
 | 
				
			||||||
  .createPost-main-container {
 | 
					  .createPost-main-container {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -48,7 +48,7 @@ export default {
 | 
				
			|||||||
</script>
 | 
					</script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<style rel="stylesheet/scss" lang="scss" scoped>
 | 
					<style rel="stylesheet/scss" lang="scss" scoped>
 | 
				
			||||||
  @import "src/styles/mixin.scss";
 | 
					  @import "~@/styles/mixin.scss";
 | 
				
			||||||
  .app-wrapper {
 | 
					  .app-wrapper {
 | 
				
			||||||
    @include clearfix;
 | 
					    @include clearfix;
 | 
				
			||||||
    position: relative;
 | 
					    position: relative;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user