Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
survey
4973796e7a64cac18470d07b5968f80c12fdd341
4973796e7a64cac18470d07b5968f80c12fdd341
Switch branch/tag
survey
frontend
postcss.config.js
Find file
Normal view
History
Permalink
postcss.config.js
83 Bytes
Edit
Web IDE
Newer
Older
프로젝트 초기 설정
Yoon, Daeki
committed
Jun 23, 2022
1
2
3
4
5
6
module
.
exports
=
{
plugins
:
{
tailwindcss
:
{},
autoprefixer
:
{},
},
};