---
title: "190420-TIL"
date: 2019-04-20
tags: ["TIL"]
url: https://sub2n.github.io/2019/04/20/190420-TIL/
---

# 190420-TIL

## Today I Learned

### Sass 특강

-   임기완 강사님의 Sass 특강을 들었다.
    
-   Sass는 CSS의 preprocessor이다.
    
    Preprocessor란, 컴파일러와 같이 자신의 input data로 만들어낸 ouput data가 다른 프로그램의 input data가 되게끔 하는 프로그램을 말한다.
    
-   scss 를 css로 변환하는 방법과, variable, partial, import, mixin, @extend를 이용한 inheritance, data type 등 전체적인 부분을 훑어봤다.
    
-   HEXO로 블로그를 하기 위해서 살펴보았던 .ejs 나 .jade 파일에서 보았던 이상한 문법들이 이해가 되는 순간이었다! mixin이 많은 도움이 될 것 같다.
    

> 🐊 [구닥다리 공룡을 위한 오늘날의 CSS](https://steemit.com/css/@march23hare/css)

### 알고리즘

-   CodeWars Directions Reduction 문제를 풀었다.

> [😈 알고리즘 풀이 보러가기](https://sub2n.github.io/2019/04/20/CodeWars-6kyu-Directions-Reduction/)