Skip to content

Commit edfb8cb

Browse files
Merge pull request #289 from picocss/dev
v1.5.7
2 parents 3052db4 + ff2e4e1 commit edfb8cb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+650
-633
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019-2022 Pico
3+
Copyright (c) 2019-2023 Pico
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ There are 4 ways to get started with pico.css:
6060

6161
**Install from CDN**
6262

63-
Alternatively, you can use [unpkg CDN](https://unpkg.com/@picocss/pico@latest/) to link pico.css.
63+
Alternatively, you can use [unpkg CDN](https://unpkg.com/@picocss/pico@1.*/) to link pico.css.
6464

6565
```html
66-
<link rel="stylesheet" href="https://unpkg.com/@picocss/pico@latest/css/pico.min.css">
66+
<link rel="stylesheet" href="https://unpkg.com/@picocss/pico@1.*/css/pico.min.css">
6767
```
6868

6969
**Install with NPM**
@@ -87,13 +87,13 @@ In this version, `header`, `main` and `footer` act as containers.
8787
Use the default `.classless` version if you need centered viewports:
8888

8989
```html
90-
<link rel="stylesheet" href="https://unpkg.com/@picocss/pico@latest/css/pico.classless.min.css">
90+
<link rel="stylesheet" href="https://unpkg.com/@picocss/pico@1.*/css/pico.classless.min.css">
9191
```
9292

9393
Or use the `.fluid.classless` version if you need a fluid container:
9494

9595
```html
96-
<link rel="stylesheet" href="https://unpkg.com/@picocss/pico@latest/css/pico.fluid.classless.min.css">
96+
<link rel="stylesheet" href="https://unpkg.com/@picocss/pico@1.*/css/pico.fluid.classless.min.css">
9797
```
9898

9999
Then just write pure HTML, and it should look great:
@@ -104,7 +104,7 @@ Then just write pure HTML, and it should look great:
104104
<head>
105105
<meta charset="utf-8">
106106
<meta name="viewport" content="width=device-width, initial-scale=1">
107-
<link rel="stylesheet" href="https://unpkg.com/@picocss/pico@latest/css/pico.classless.min.css">
107+
<link rel="stylesheet" href="https://unpkg.com/@picocss/pico@1.*/css/pico.classless.min.css">
108108
<title>Hello, world!</title>
109109
</head>
110110
<body>
@@ -154,24 +154,28 @@ Pico can be used without custom CSS for quick or small projects. However, it’s
154154
## Documentation
155155

156156
**Getting started**
157+
157158
- [Usage](https://picocss.com/docs/)
158159
- [Themes](https://picocss.com/docs/themes.html)
159160
- [Customization](https://picocss.com/docs/customization.html)
160161
- [Class-less version](https://picocss.com/docs/classless.html)
161162
- [RTL](https://picocss.com/docs/rtl.html)
162163

163164
**Layout**
165+
164166
- [Containers](https://picocss.com/docs/containers.html)
165167
- [Grids](https://picocss.com/docs/grid.html)
166168
- [Horizontal scroller](https://picocss.com/docs/scroller.html)
167169

168170
**Elements**
171+
169172
- [Typography](https://picocss.com/docs/typography.html)
170173
- [Buttons](https://picocss.com/docs/buttons.html)
171174
- [Forms](https://picocss.com/docs/forms.html)
172175
- [Tables](https://picocss.com/docs/tables.html)
173176

174177
**Components**
178+
175179
- [Accordions](https://picocss.com/docs/accordions.html)
176180
- [Cards](https://picocss.com/docs/cards.html)
177181
- [Dropdowns](https://picocss.com/docs/dropdowns.html)
@@ -180,10 +184,11 @@ Pico can be used without custom CSS for quick or small projects. However, it’s
180184
- [Progress](https://picocss.com/docs/progress.html)
181185

182186
**Utilities**
187+
183188
- [Loading](https://picocss.com/docs/loading.html)
184189
- [Tooltips](https://picocss.com/docs/tooltips.html)
185190

186-
## Browser Support
191+
## Browser support
187192

188193
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.
189194

css/pico.classless.css

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.classless.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.classless.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.classless.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.css

Lines changed: 19 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.fluid.classless.css

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.fluid.classless.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.fluid.classless.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.fluid.classless.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.slim.css

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)