mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 08:45:06 -04:00
Add Limitations
This commit is contained in:
parent
d9b61fe087
commit
3e5821bbc5
1 changed files with 5 additions and 0 deletions
|
@ -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**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue