Skip to content

Commit

Permalink
[WIP] Several styling fixes, robust styling approach, re-organization…
Browse files Browse the repository at this point in the history
… of styles

Relatedly
- Removes 'aside' element (in some layouts it doesn't correspond to its meaning)
- Removes 'titleLines' prop since this is (and needs to be) controlled by layout
- Removes /deep/ selectors in favor of using 'headingStyles' prop (the
implementation dependet on nested selectors with /deep/ in the
middle, however it only seemed to work by chance when missing scss language
config. For <style scoped lang="scss"> it caused the page compilation
break.
  • Loading branch information
MisRob committed Jul 17, 2024
1 parent 8936d13 commit 257caa1
Show file tree
Hide file tree
Showing 5 changed files with 799 additions and 307 deletions.
2 changes: 1 addition & 1 deletion docs/pages/kcard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -405,4 +405,4 @@
font-weight: bold;
}
</style>
</style>
Loading

0 comments on commit 257caa1

Please sign in to comment.