sass/scss 의 function mixin 등은 stylelint rules 에서 제외하기 > IT 기술백서
sass/scss 의 function, mixin, if, each 등을 사용할때 stylelint 의 at-ule-no-unknown 에러가 발생하면서 빌드가 되지 않을 수 있다. 이때 룰체크를 […]
sass/scss 의 function, mixin, if, each 등을 사용할때 stylelint 의 at-ule-no-unknown 에러가 발생하면서 빌드가 되지 않을 수 있다. 이때 룰체크를 […]
addEventListener 의 전통적인 명세는 아래와 같다. [code] addEventListener(string 이벤트명, func 콜백함수 [, bool 캡쳐링 or 버블링]) [/code] 세번째 인자를
1. 컴파일을 위해 gcc 와 glibc-static 패키지 설치 [code] # yum update # yum install wget gcc-c++ glibc-static [/code] 2.
[code] getRotationDegrees() { // get the computed style object for the element const style = window.getComputedStyle(this.$refs.needle) //
css animation 이 중지되었을때 자바스크립트에서 탐지해내는 방법이다. getTransitionEndEventName 은 브라우저별로 이벤트명이 달라서 해당 이벤트명을 찾아내는 함수이다. [code] function getTransitionEndEventName()
css calc 함수에서 scss 변수를 그냥 사용하면 에러가 난다. 이때 #{ 변수 } 형태로 사용하면 된다. 예제 [code] $w:
자꾸 잊어버려서 기록해 둠 ㅠㅠ Degree to Radian [code] (angle * Math.PI) / 180 [/code] Radian to Degree
/assets/variables.scss 에 아래를 추가한다. [code] @import ‘~vuetify/src/styles/styles.sass’; @import ‘https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=block’; $body-font-family: ‘Noto Sans’; $heading-font-family: $body-font-family; [/code] 이렇게 하면 바로 기본
vuetifyjs 의 기본설정값을 변경하는 방법 /assets/variables.scss 파일을 편집하면 된다. 아래는 예제이다. [code] @import ‘~vuetify/src/styles/styles.sass’; // 폰트