대시보드
저장소
filestore
액티비티
검색
로그인
~jhpark
/
owl-kisa
OWL ITS + 탐지시스템(인터넷 진흥원)
요약
커밋
트리
문서
포크
비교
blame
|
히스토리
|
raw
- 이슈 상태명 특수문자 입력 가능하도록 수정 - 이슈유형 리스트에서 파트너 정보 보여주기
이민희
2022-01-27
57b7f271f8bba85ea161a609ed5e01dd9495fed7
[~jhpark/owl-kisa.git]
/
src
/
main
/
webapp
/
custom_components
/
bootstrap
/
build
/
postcss.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
'use strict'
module.exports = (ctx) => ({
map: ctx.file.dirname.includes('examples') ? false : {
inline: false,
annotation: true,
sourcesContent: true
},
plugins: {
autoprefixer: {
cascade: false
}
}
})