@euid/scss-mixins
  • Sass 믹스인 라이브러리
  • Getting Started
    • 시작하기
    • 환경 구성
    • 변경 이력
    • VS Code 확장
  • Utilities
    • 단위 (Unit)
      • rem()
      • em()
      • unitless-px()
      • remove-unit()
      • get-number-or-string()
    • 컬러 (Color)
      • get-color()
      • get-color-name()
      • has-color()
      • alt-color()
      • a11y-color()
      • light-or-dark()
      • color-contrast()
      • most-legible-color()
    • 문자 (String)
      • str-replace()
      • str-split()
      • str-to-num()
      • str-repeat()
      • str-extract-count-keyword()
    • 리스트 (List)
      • first()
      • last()
      • copy-list()
      • merge-list()
      • get-value-after-key()
      • get-match-value-of-keys()
    • 검사 (Validation)
      • is-valid-types()
      • is-valid-keywords()
      • is-include-items()
    • 이징 (Easing)
      • ease()
      • ease-add()
      • ease-merge()
  • Mixins
    • 폰트 (Font)
      • font()
      • font-face()
      • font-size-padding()
    • 텍스트 (Text)
      • text()
      • text-ellipsis()
    • 간격 (Spacing)
      • margin()
      • m()
      • mx()
      • my()
      • padding()
      • p()
      • px()
      • py()
      • space()
      • s()
      • sx()
      • sy()
    • 디스플레이 (Display)
      • show()
      • hide()
      • order()
    • 포지션 (Position)
      • position()
      • relative()
      • absolute()
      • fixed()
      • sticky()
      • static()
    • 플렉스박스 (Flexbox)
      • Flex 컨테이너(Container)
        • flex-container()
        • flex-container-append()
      • Flex 아이템(Item)
        • flex-item()
        • flex()
    • CSS 그리드 (Grid)
      • Grid 컨테이너(Container)
        • grid-container()
        • grid-container-append()
          • grid-rows()
          • grid-cols()
          • grid-auto()
            • auto-rows()
            • auto-cols()
            • auto-flow()
          • grid-areas()
          • gap()
      • Grid 아이템(Item)
        • grid-item()
        • grid-area()
        • grid-row()
          • row-start()
          • row-end()
          • row-span()
        • grid-col()
          • col-start()
          • col-end()
          • col-span()
    • 박스 정렬 (Box Alignment)
      • box-alignment()
      • place()
        • content()
        • items()
        • self()
      • justify-content()
      • align-content()
      • justify-items()
      • align-items()
      • justify-self()
      • align-self()
    • 반응형 웹 (Rsponsive Web)
      • media()
      • rwd-img()
      • rwd-video()
      • rwd-iframe-wrapper()
    • 이니셜라이즈 (Initialize)
      • initialize()
      • normalize()
      • reset-box()
      • reset-box-sizing()
      • reset-img()
      • reset-link()
      • reset-list()
      • reset-dl()
      • reset-abbr()
      • reset-button()
    • 인터페이스 (Interface)
      • appearance()
      • selection()
      • scrollbar()
    • 접근성 (Accessibility)
      • a11y-hidden()
      • focus-visible()
    • 상속 (Inheritance)
      • inherit-box-sizing()
      • inherit-pseudo-elements()
    • 폼 (Form)
      • button()
      • input()
      • radio()
      • search()
      • checkbox()
      • placeholder()
      • textarea()
      • select()
      • select-multiple()
Powered by GitBook
On this page
  • Semantic Versioning
  • 0.2.0 (2021-01-15)
  • 0.1.1 — 2021-01-09
  • 0.1.0 — 2021-01-07
  • 0.0.10~11 — 2021-01-05
  • 0.0.9 — 2021-01-02
  • 0.0.8 — 2020-12-31
  • 0.0.7 — 2020-12-30
  • 0.0.6 — 2020-12-29
  • 0.0.5 — 2020-12-25
  • 0.0.4 — 2020-12-22
  • 0.0.1~0.0.3 — 2020-12-21

Was this helpful?

  1. Getting Started

변경 이력

@euid/scss-mixins 라이브러리 업데이트 로그

Previous환경 구성NextVS Code 확장

Last updated 4 years ago

Was this helpful?

Semantic Versioning

변경 이력 작성은 또는 참고

0.2.0 (2021-01-15)

개선

  • 리스트 모듈 함수 → 글로벌 리스트 함수로 변경

0.1.1 — 2021-01-09

개선

추가

  • 리스트 유틸리티 함수 추가

0.1.0 — 2021-01-07

개선

추가

  • 문자 유틸리티 함수 추가

0.0.10~11 — 2021-01-05

개선

추가

  • 컬러(Color) 유틸리티 함수 추가

0.0.9 — 2021-01-02

개선

추가

0.0.8 — 2020-12-31

개선

추가

  • 유틸리티 함수 추가

0.0.7 — 2020-12-30

개선

추가

  • 유틸리티 함수 추가

0.0.6 — 2020-12-29

개선

추가

  • 유틸리티 함수 추가

0.0.5 — 2020-12-25

개선

  • 유틸리티 네이밍 가이드 변경 (kebab-case)

  • 믹스인 이름 변경

추가

  • 가이드 문서 및 문서 이미지 추가

  • 믹스인 추가

    • 공통 모듈(Common) → 요소 초기화 믹스인 추가

  • 유틸리티 함수 추가

0.0.4 — 2020-12-22

개선

  • 개별 매개변수로 값 설정 가능하도록 개선

추가

  • 공통(Common) 모듈 - box-sizing() 믹스인 추가

0.0.1~0.0.3 — 2020-12-21

추가

믹스인 버그 해결 및 사용성 개선 → , , ,

믹스인 버그 해결 → : 함수 호출(오타)

믹스인 → 단위 없는 값 처리 가능하도록 개선

믹스인 추가

포커스 비저블() 믹스인 대체 색상() 설정

믹스인 단축 전달 인자(g | s | b | o) 지원 설정

모듈 구조 개선 ( 믹스인 포함)

모듈 구조 개선

모듈 구조 개선

포커스 비저블() 모듈 개선

이니셜라이즈() 모듈 개선

인터페이스 모듈 → 믹스인 추가

믹스인 라이브러리에 기본 포함(embed) 설정

→ 0 값은 단위가 안 붙도록 개선

믹스인 구조 개선

모듈 추가

모듈 추가

모듈 추가

모듈 추가

믹스인 구조 개선

믹스인 개선

믹스인 개선

믹스인 구조 개선

믹스인 구조 개선

믹스인 구조 개선

믹스인 구조 개선

믹스인 추가

믹스인 추가

믹스인 추가

flex-container-variant() →

grid-variant() →

모듈

컬러 →

) 모듈 - 사용성 개선

, , , 2번째 인자 설정 가능하도록 개선

모듈

패키지 추가 및 개선 작업 진행

space()
s()
sx()
sy()
플렉스박스
flex-container-append()
str-replace()
text-ellipsis()
공간(space)
copy-list()
merge-list()
focus-visible()
alt-color()
flex-item()
디스플레이(Display)
order()
박스 정렬(Box Alignment)
CSS 그리드(Grid)
str-repeat()
str-to-num()
str-extract-count-keyword()
focus-visible()
initialize()
scrollbar()
a11y-color()
light-or-dark()
color-contrast()
most-legible-color()
환경 구성
unitless-px()
포지션(Position)
디스플레이(Display)
이니셜라이즈(Initialize)
반응형 웹(Responsive Web)
상속(Inheritance)
간격(Spacing)
unitless-px()
get-number-or-string()
get-match-value-of-keys()
텍스트
폰트
str-replace()
플렉스박스(Flexbox)
CSS 그리드(Grid)
포지션(Position)
인터페이스(UI)
폼(Form)
박스 정렬(Box Alignment)
인터페이스(UI)
appearance()
get-value-after-key()
is-include-items()
has-color()
alt-color()
flex-container-append()
grid-append()
폰트(Font)
텍스트(Text)
이징(Easings)
get-color-name()
CSS 그리드(Grid
mx()
my()
px()
py()
접근성(A11Y)
a11y-hidden()
focus-visible()
@euid/scss-mixins
시멘틱 버저닝 문서(번역)
치트시트
Semantic Versioning 2.0.0Semantic Versioning
Semver cheatsheetDevhints.io cheatsheets
Logo