v0.1.17 Tailwind 부분 도입 기반 추가
This commit is contained in:
18
tailwind.config.js
Normal file
18
tailwind.config.js
Normal file
@@ -0,0 +1,18 @@
|
||||
module.exports = {
|
||||
content: [
|
||||
"./*.hbs",
|
||||
"./partials/**/*.hbs",
|
||||
"./assets/built/theme.js"
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
brand: "#ff4400",
|
||||
"brand-strong": "#e13b00"
|
||||
}
|
||||
}
|
||||
},
|
||||
corePlugins: {
|
||||
preflight: false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user