Skip to content

Commit

Permalink
Minor Release (v1.3.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslarroche committed Jul 25, 2021
1 parent fbf3d4f commit 9ef002d
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 17 deletions.
2 changes: 1 addition & 1 deletion 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 Down
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion css/pico.classless.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion 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.

2 changes: 1 addition & 1 deletion css/pico.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion css/pico.slim.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<title>Pico.css • Graceful & Minimal CSS design system</title>
<title>Pico.css • Minimal CSS Framework for semantic HTML</title>
<link rel="shortcut icon" href="https://picocss.com/favicon.ico">
<link rel="stylesheet" href="../css/pico.min.css">
<link rel="stylesheet" href="css/pico.docs.min.css">
Expand Down
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@picocss/pico",
"version": "1.3.2",
"version": "1.3.3",
"description": "Graceful & Minimal CSS design system in pure semantic HTML",
"author": "Lucas Larroche",
"main": "css/pico.min.css",
Expand All @@ -13,13 +13,15 @@
"keywords": [
"css",
"css-framework",
"dark-theme",
"dark-mode",
"semantic",
"minimal",
"dark-theme",
"lightweight",
"minimal",
"minimalist",
"minimalistic",
"native-html",
"scss-framework",
"native-html"
"semantic"
],
"bugs": {
"url": "https://github.com/picocss/pico/issues"
Expand Down
2 changes: 1 addition & 1 deletion scss/pico.scss
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
2 changes: 1 addition & 1 deletion scss/pico.slim.scss
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

0 comments on commit 9ef002d

Please sign in to comment.