Please create a new json file called .hayde.json in your project root. This file will be used to configure the Hayde.
.hayde.json
And then add css to the plugins array.
css
{ "plugins": [ "general", "css", "reactJS", "materialUI", "chakraUI" ] }
cssModuleSupport
-
true
boolean
sassSupport
false
fileExtension
string
fileSuffix
.module
templateName
cssModule
templateFolder
Last updated 2 years ago