mirror of
https://github.com/go-shiori/shiori.git
synced 2025-01-16 04:48:30 +08:00
4df7e1dd8e
* build less using lessc and bun * build * make styles-check * Added workflow to check updates * avoid embed less files * docs * updated tests to reflect changes * typo * fixed archive page css * call styles check on pull requests * comments in style.less * fix archive styles affecting other pages * minify using clean-css * Split archive.css and style.css * Updated docs
8 lines
233 B
Text
8 lines
233 B
Text
// CSS external libraries live under ../css/libs
|
|
@import "./libs/source-sans-pro.min.css";
|
|
@import "./libs/fontawesome.min.css";
|
|
|
|
// Less files
|
|
@import "./common.less";
|
|
@import "./custom-dialog.less";
|
|
@import "./bookmark-item.less";
|