Skip to content

Commit

Permalink
Merge pull request #23 from picocss/dev
Browse files Browse the repository at this point in the history
Minor Release (v1.3.3)
  • Loading branch information
lucaslarroche authored Jul 25, 2021
2 parents 87bf626 + 9ef002d commit a1147fe
Show file tree
Hide file tree
Showing 22 changed files with 117 additions and 113 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<h3 align="center">Pico.css</h3>

<p align="center">
<strong>Graceful & Minimal CSS design system in pure semantic HTML.</strong><br>
<strong>Minimal CSS Framework for semantic HTML</strong><br>
Elegant styles for all natives HTML elements without <code>.classes</code> and dark mode automatically enabled.<br><br>
<a href="https://picocss.com/#examples">Examples</a> ·
<a href="https://picocss.com/docs/">Documentation</a>
Expand All @@ -19,6 +19,8 @@
[![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)

https://user-images.githubusercontent.com/23470684/126863110-94061cf1-36ea-4697-94bd-2e1071a95a2f.mp4

**Class-light and semantic**
We use simple native HTML tags as much as possible. Only 6 .classes are used in Pico.

Expand Down Expand Up @@ -107,7 +109,7 @@ Then just write pure HTML, and it should look great:

Minimalist templates to discover Pico in action:

[![Examples](https://picocss.com/img/examples.jpg)](https://picocss.com/#examples)
[![Examples](https://picocss.com/img/examples.jpg?v1.3.3)](https://picocss.com/#examples)

- **[Preview](https://picocss.com/examples/preview/)**
A starter example with all elements and components used in Pico
Expand Down Expand Up @@ -170,4 +172,14 @@ All examples are open-sourced in [picocss/examples](https://github.com/picocss/e

Licensed under the [MIT License](https://github.com/picocss/pico/blob/master/LICENSE.md).

Openly inspired by: [Bootstrap](https://github.com/twbs/bootstrap), [CSS Bed](https://github.com/ubershmekel/cssbed), [Normalize](https://github.com/necolas/normalize.css/), [Sanitize](https://csstools.github.io/sanitize.css/), [Spectre](https://github.com/picturepan2/spectre), [Wing](https://github.com/kbrsh/wing/).
**Relevant third party tools and resources we depend on:**

Website and docs:
- [TypeIt](https://typeitjs.com/): JavaScript animated typing utility (Licensed [GPL 2.0](https://github.com/alexmacarthur/typeit/blob/master/LICENSE))
- [Most Visible](https://github.com/andyexeter/most-visible): JavaScript module which returns the most visible element (Licensed [MIT](https://github.com/andyexeter/most-visible/blob/master/LICENSE))
- [Font Awesome](https://fontawesome.com/): Icons (Licensed [CC BY 4.0](https://fontawesome.com/license/free))

Pico Library:
- [Feather](https://feathericons.com/) Icons (Licensed [MIT](https://github.com/feathericons/feather/blob/master/LICENSE))
- [Normalize.css](https://necolas.github.io/normalize.css/): CSS reset (Licensed [MIT](https://github.com/necolas/normalize.css/blob/master/LICENSE.md))
- [Sanitize.css](https://csstools.github.io/sanitize.css/): Cross-browser default styling (Licensed [CC0 1.0 Universal](https://github.com/csstools/sanitize.css/blob/main/LICENSE.md))
11 changes: 4 additions & 7 deletions css/pico.classless.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Pico.css v1.3.2 (https://picocss.com)
* Pico.css v1.3.3 (https://picocss.com)
* Copyright 2019-2021 - Licensed under MIT
*/
/**
Expand Down Expand Up @@ -163,12 +163,12 @@ h5 {
--border-width: 3px;
}

table thead th,
table thead td {
thead th,
thead td {
--border-width: 3px;
}

table :not(thead) td {
:not(thead) > * > td {
--font-size: 0.875em;
}

Expand Down Expand Up @@ -991,10 +991,7 @@ legend {
}

textarea {
margin: 0;
overflow: auto;
resize: vertical;
resize: block;
}

[type="checkbox"],
Expand Down
4 changes: 2 additions & 2 deletions css/pico.classless.min.css

Large diffs are not rendered by default.

11 changes: 4 additions & 7 deletions css/pico.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Pico.css v1.3.2 (https://picocss.com)
* Pico.css v1.3.3 (https://picocss.com)
* Copyright 2019-2021 - Licensed under MIT
*/
/**
Expand Down Expand Up @@ -163,12 +163,12 @@ h5 {
--border-width: 3px;
}

table thead th,
table thead td {
thead th,
thead td {
--border-width: 3px;
}

table :not(thead) td {
:not(thead) > * > td {
--font-size: 0.875em;
}

Expand Down Expand Up @@ -1186,10 +1186,7 @@ legend {
}

textarea {
margin: 0;
overflow: auto;
resize: vertical;
resize: block;
}

[type="checkbox"],
Expand Down
11 changes: 4 additions & 7 deletions css/pico.fluid.classless.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Pico.css v1.3.2 (https://picocss.com)
* Pico.css v1.3.3 (https://picocss.com)
* Copyright 2019-2021 - Licensed under MIT
*/
/**
Expand Down Expand Up @@ -163,12 +163,12 @@ h5 {
--border-width: 3px;
}

table thead th,
table thead td {
thead th,
thead td {
--border-width: 3px;
}

table :not(thead) td {
:not(thead) > * > td {
--font-size: 0.875em;
}

Expand Down Expand Up @@ -957,10 +957,7 @@ legend {
}

textarea {
margin: 0;
overflow: auto;
resize: vertical;
resize: block;
}

[type="checkbox"],
Expand Down
4 changes: 2 additions & 2 deletions css/pico.fluid.classless.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions css/pico.min-dist.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/pico.min.css

Large diffs are not rendered by default.

11 changes: 4 additions & 7 deletions css/pico.slim.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Pico.css v1.3.2 (https://picocss.com)
* Pico.css v1.3.3 (https://picocss.com)
* Copyright 2019-2021 - Licensed under MIT
*
* Slim version example
Expand Down Expand Up @@ -106,12 +106,12 @@ h5 {
--border-width: 3px;
}

table thead th,
table thead td {
thead th,
thead td {
--border-width: 3px;
}

table :not(thead) td {
:not(thead) > * > td {
--font-size: 0.875em;
}

Expand Down Expand Up @@ -1127,10 +1127,7 @@ legend {
}

textarea {
margin: 0;
overflow: auto;
resize: vertical;
resize: block;
}

[type="checkbox"],
Expand Down
4 changes: 2 additions & 2 deletions css/pico.slim.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions css/themes/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,12 @@ h5 {
--border-width: 3px;
}

table thead th,
table thead td {
thead th,
thead td {
--border-width: 3px;
}

table :not(thead) td {
:not(thead) > * > td {
--font-size: 0.875em;
}

Expand Down
2 changes: 1 addition & 1 deletion css/themes/default.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit a1147fe

Please sign in to comment.