Skip to content

Commit

Permalink
Merge pull request #155 from picocss/dev
Browse files Browse the repository at this point in the history
v1.5.0
  • Loading branch information
lucaslarroche authored Mar 13, 2022
2 parents fb6c0d6 + 92aca66 commit f9e97c0
Show file tree
Hide file tree
Showing 99 changed files with 2,923 additions and 1,828 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Bug report
about: If you've already asked for help with a problem and confirmed something is broken with Pico CSS, create a bug report.
about: Create a bug report if you've already asked for help with a problem and confirmed something is broken with Pico CSS.
---

Please search for duplicate or closed issues first.
Expand All @@ -15,7 +15,7 @@ A concise description of what you expected.

### Reproduction URL
We recommend including a link to a minimal reproduction of the bug using CodePen or a similar tool.
**Please do not link to your actual project**, what we need instead is a reduced test case in a fresh project without any unnecessary code.
**Please do not link to your actual project.** Instead, we need a reduced test case in a new project without any unnecessary code.

### Environment
Example: OS, versions, browser details.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019-2021 Pico
Copyright (c) 2019-2022 Pico

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
</p>

## Pico.css
[![CSS Gzipped](https://img.badgesize.io/picocss/pico/master/css/pico.min.css?compression=gzip&color=1095c1&label=CSS%20gzipped)](https://unpkg.com/@picocss/pico@latest/css/pico.min.css)
[![Standard gzipped CSS](https://img.badgesize.io/picocss/pico/master/css/pico.min.css?compression=gzip&color=1095c1&label=Standard%20CSS)](https://unpkg.com/@picocss/pico@latest/css/pico.min.css)
[![Classless gzipped CSS](https://img.badgesize.io/picocss/pico/master/css/pico.classless.min.css?compression=gzip&color=1095c1&label=Classless%20CSS)](https://unpkg.com/@picocss/pico@latest/css/pico.classless.min.css)
[![Github release](https://img.shields.io/github/v/release/picocss/pico?color=1095c1&logo=github&logoColor=white)](https://github.com/picocss/pico/releases/latest)
[![npm version](https://img.shields.io/npm/v/@picocss/pico?color=1095c1)](https://www.npmjs.com/package/@picocss/pico)
[![License](https://img.shields.io/badge/license-MIT-%231095c1)](https://github.com/picocss/pico/blob/master/LICENSE.md)
Expand All @@ -40,6 +41,7 @@ Shipped with two beautiful color themes, automatically enabled according to the
- [Examples](#examples)
- [Limitations](#limitations)
- [Documentation](#documentation)
- [Browser Support](#browser-support)
- [Contributing](#contributing)
- [Copyright and license](#copyright-and-license)

Expand Down Expand Up @@ -162,6 +164,7 @@ Pico can be used without custom CSS for quick or small projects. However, it’s
**Components**
- [Accordions](https://picocss.com/docs/accordions.html)
- [Cards](https://picocss.com/docs/cards.html)
- [Dropdowns](https://picocss.com/docs/dropdowns.html)
- [Modal](https://picocss.com/docs/modal.html)
- [Navs](https://picocss.com/docs/navs.html)
- [Progress](https://picocss.com/docs/progress.html)
Expand All @@ -170,6 +173,10 @@ Pico can be used without custom CSS for quick or small projects. However, it’s
- [Loading](https://picocss.com/docs/loading.html)
- [Tooltips](https://picocss.com/docs/tooltips.html)

## Browser Support

Pico is designed and tested for the latest stable Chrome, Firefox, Edge, and Safari releases. It does not support any version of IE, including IE 11.

## Contributing

If you are interested in contributing to Pico CSS, please read our [contributing guidelines](https://github.com/picocss/pico/blob/master/.github/CONTRIBUTING.md).
Expand Down
Loading

0 comments on commit f9e97c0

Please sign in to comment.