From 3e5821bbc5b0e796e6b0607fd4144945e436e379 Mon Sep 17 00:00:00 2001 From: Lucas Larroche Date: Sat, 1 Jan 2022 15:36:42 +0700 Subject: [PATCH] Add Limitations --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 82678526..91979e27 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Shipped with two beautiful color themes, automatically enabled according to the - [Usage](#usage) - [Class-less version](#class-less-version) - [Examples](#examples) +- [Limitations](#limitations) - [Documentation](#documentation) - [Contributing](#contributing) - [Copyright and license](#copyright-and-license) @@ -134,6 +135,10 @@ Minimalist templates to discover Pico in action: All examples are open-sourced in [picocss/examples](https://github.com/picocss/examples). +## Limitations + +Pico can be used without custom CSS for quick or small projects. However, it’s designed as a starting point, like a “reset CSS on steroids”. As Pico does not integrate any helpers or utilities `.classes`, this minimal CSS framework requires SCSS or CSS knowledge to build large projects. + ## Documentation **Getting started**