hugo-theme-stack-stars/assets
Jimmy Cai 495a3b0289
refactor: rewrite grid system & style changes (#231)
* refactor(WIP): add new SCSS mixin `respond`

Theme's stylesheet mixes the use of max-width and min-width for responsive design, and it's horrible.

* refactor: update variable.scss to use @mixin respond

* refactor(grid): adjust sidebar max-width

* refactor(partials/article.scss): use `@include respond`

* refactor(layout/article.scss): delete unused SCSS and migrate to `@include respond`

* Adjust left sidebar max-width on xl screen

* fix: right sidebar not sticky

* refactor(breakpoint): simplify `@mixin respond`

* refactor(breakpoints): improve warning message

* fix(breakpoint): return only the requested breakpoint

* fix: add missing padding to .article-details
2021-06-20 12:53:10 +02:00
..
icons feat(darkmode): dark mode toggle (#82) 2020-12-23 19:03:40 +01:00
img feat: add avatar placeholder to assets/img 2020-09-13 11:30:31 +02:00
scss refactor: rewrite grid system & style changes (#231) 2021-06-20 12:53:10 +02:00
ts fix(colorScheme): dispatch onColorSchemeChange at page load (#118) 2021-01-04 10:52:14 +01:00
jsconfig.json refactor(ts): import script using new Hugo Module logic (#77) 2020-12-21 22:34:54 +01:00