PicoCSS - Technological watch
Minimal CSS Framework for semantic HTML
Elegant styles for all native HTML elements without .classes and dark mode automatically enabled.
Problematic
Today, CSS frameworks like Bootstrap, Bulma or Tailwind are very hard to learn : You have a lot of classes to remember and write.
Here is an example:
This code looks very ugly; there are a lot of CSS classes.
PicoCSS has an another approach ; it is a CSS framework without any class
!
Example:
Advantages
-
PicoCSS is a class-less framework. The HTML code is simple now š¤µš». With it, you can build a website with basic template very quickly. You can find a few examples here: https://picocss.com/#examples
-
Easy to install š. You just have to extract a
.zip
file, and include it in the HTML like this:
You can install it with npm
and composer
too.
-
PicoCSS is very easy to use š. No learning curve. The documentation is well written. The code is simple to read.
-
Excellent to prototype projects š¤. PicoCSS offers a decent default design. You can customize the theme by changing CSS variables. It feels like a modernized version of the āDefault Stylesā, that all Browsers usually come with. It includes responsiveness, layouts, spacing, sizingā¦
Example:
-
Lightweight š¦ (Less than 10 kB minified and gzipped)
-
Dark mode can be toggled for the HTML components ā«
Disadvantages
- As PicoCSS is class-less, styles are applied to HTML tags and not classes. It can reduce the flexibility of customization.
- Not a choice for medium / big projects if customization is needed
Atomic design - Technological watch
Learn what is the atomic design in less than 5 minutesĀ !
Redis - Technological watch
Learn what is Redis in less than 5 minutesĀ !
Falco - Technological watch
Learn how to protect your Kubernetes cluster in less than 5 minutesĀ !
Atomic distribution - Fedora Silverblue - Technological watch
Learn what is an Atomic distribution in less than 5 minutesĀ !
RabbitMQ - Technological watch
Learn what is RabbitMQ in less than 5 minutesĀ !
OpenAPI / Swagger - Technological watch
Learn what is OpenAPI / Swagger in less than 5 minutesĀ !
Svelte - Technological watch
Learn what is Svelte in less than 5 minutesĀ !
Terraform - Technological watch
Learn what is Terraform in less than 5 minutesĀ !