mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 17:22:46 +00:00
7 lines
105 B
JavaScript
7 lines
105 B
JavaScript
module.exports = {
|
|
plugins: [
|
|
require("postcss-import")({
|
|
path: ["/assets/ananke/css"],
|
|
})
|
|
],
|
|
}; |