일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 간식금지다!
- windowwidth
- classList remove
- 클래스 토글
- chart.js
- 를
- className
- react
- 접근성
- ROUTER 버전6
- 냥빨이다가온다
- 포트폴리오
- 언젠간가겠지
- react-router
- 커스텀훅
- 내배위의고양이
- 2020
- classList add
- classList toggle
- classList
- resize
- chart responsive
- 안짤렸다
- 리엑트할수있는퍼블리셔라규
- 퍼블리싱
- 대표님물리기없기
- 방심은금물
- react-router-dom
Archives
- Today
- Total
틈
[Vue3] SCSS 버전 에러 본문
warning이라 관계 없긴 하지만,
큰 사이트도 아니고…
작은 사이즈의 사이트 terminal에 계속 뜨는 warning이
신경 쓰여 해결해 보았다.
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 128, column 2 of file:///C:/Users/Lee/Desktop/%EC%8B%A0%EB%AA%85%ED%99%94/project/pass/src/assets/css/default/mixin.scss:128:2:
Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.
More info: <https://sass-lang.com/d/mixed-decls>
128 | #{$property}: setColor($color) #{if($important, "!important", "")};
해당 warning 의 경우는 sass 버전의 문제로,
버전을 내리는 방법을 사용해보았다.
warning 없는 깔끔한 terminal 완성.
출처 : https://github.com/element-plus/element-plus/issues/17520
'code > Vue.js' 카테고리의 다른 글
[Vue.js] router 사용하기 (0) | 2021.08.30 |
---|---|
[Vue.js] transition 적용하기 (0) | 2021.08.28 |
[Vue.js] props, $emit, $event, v-model, watch (0) | 2021.08.26 |
vue.js 기본 설치 webpack (0) | 2021.06.14 |
Comments