-
Notifications
You must be signed in to change notification settings - Fork 452
Closed
Labels
enhancementAn issue for a feature or an overall improvementAn issue for a feature or an overall improvementformat: htmlAn issue/PR related to Dokka's default HTML output formatAn issue/PR related to Dokka's default HTML output format
Milestone
Description
According to the spike for decomposing styles.css we need to add some processing of styles from plugin-base.
Now:
- plain css styles from
dokka-subprojects/plugin-base/src/main/resources/dokka/styles
are just copied to the resources to html pages
Should become:
styles from dokka-subprojects/plugin-base/src/main/resources/dokka/styles
- are written in scss since it provides flexible components organisation and imports
- are concatenated into one output css file
The source scss
files could be processed via tools like webpack
The source scss
files should be processed and compiled before/together with preparedokkaHtmlFrontendFiles
task
Metadata
Metadata
Assignees
Labels
enhancementAn issue for a feature or an overall improvementAn issue for a feature or an overall improvementformat: htmlAn issue/PR related to Dokka's default HTML output formatAn issue/PR related to Dokka's default HTML output format