diff options
author | bryan newbold <bnewbold@robocracy.org> | 2023-10-29 21:59:50 -0700 |
---|---|---|
committer | bryan newbold <bnewbold@robocracy.org> | 2023-10-29 21:59:59 -0700 |
commit | b86c8d88093fba1d55db8734938498a740bf42f6 (patch) | |
tree | 928bf72bd7979671277c85315f190c4523f0f832 | |
parent | 094619bee8a6ac34303e93fe0f35303d8a130ccf (diff) | |
download | knowledge-b86c8d88093fba1d55db8734938498a740bf42f6.tar.gz knowledge-b86c8d88093fba1d55db8734938498a740bf42f6.zip |
css frameworks
-rw-r--r-- | software/css.page | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/software/css.page b/software/css.page new file mode 100644 index 0000000..bcf3467 --- /dev/null +++ b/software/css.page @@ -0,0 +1,20 @@ + +## CSS Microframeworks + +good overview: https://blakewatson.com/journal/surveying-the-landscape-of-css-micro-frameworks/ + +Prefered options: + +- https://simplecss.org/ +- https://picocss.com/ +- https://picnicss.com/ +- https://gdcss.netlify.app/ +- https://watercss.kognise.dev/ + +Other stuff: + +- https://purecss.io/ +- https://picturepan2.github.io/spectre/ +- http://getskeleton.com/ +- https://jenil.github.io/chota/ +- https://tdarb.org/typesafe-css/ |