대시보드
저장소
filestore
액티비티
검색
로그인
~jhpark
/
owl-kisa
OWL ITS + 탐지시스템(인터넷 진흥원)
요약
커밋
트리
문서
포크
비교
blame
|
히스토리
|
raw
- 오토 컴플릿 항목 선택하면 목록 사라지게 수정 - 업체 메일 발송 시 템플릿 선택 문구 변경 - 연락처 입력 폼 정규식 제거하고 숫...
이민희
2022-01-20
f919af96e5e083ad462a5e71c00ff148ebdb91c6
[~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
}
}
})