Minor Release (v1.3.3)

This commit is contained in:
Lucas Larroche 2021-07-25 16:48:01 +07:00
parent fbf3d4f27f
commit 9ef002d8ab
14 changed files with 23 additions and 17 deletions

View file

@ -7,7 +7,7 @@
<h3 align="center">Pico.css</h3> <h3 align="center">Pico.css</h3>
<p align="center"> <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> 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/#examples">Examples</a> ·
<a href="https://picocss.com/docs/">Documentation</a> <a href="https://picocss.com/docs/">Documentation</a>

View file

@ -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 * Copyright 2019-2021 - Licensed under MIT
*/ */
/** /**

File diff suppressed because one or more lines are too long

View file

@ -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 * Copyright 2019-2021 - Licensed under MIT
*/ */
/** /**

View file

@ -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 * Copyright 2019-2021 - Licensed under MIT
*/ */
/** /**

File diff suppressed because one or more lines are too long

4
css/pico.min-dist.css Normal file

File diff suppressed because one or more lines are too long

2
css/pico.min.css vendored

File diff suppressed because one or more lines are too long

View file

@ -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 * Copyright 2019-2021 - Licensed under MIT
* *
* Slim version example * Slim version example

View file

@ -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 * Copyright 2019-2021 - Licensed under MIT
* *
* Slim version example * Slim version example

View file

@ -5,7 +5,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content=""> <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="shortcut icon" href="https://picocss.com/favicon.ico">
<link rel="stylesheet" href="../css/pico.min.css"> <link rel="stylesheet" href="../css/pico.min.css">
<link rel="stylesheet" href="css/pico.docs.min.css"> <link rel="stylesheet" href="css/pico.docs.min.css">

View file

@ -1,6 +1,6 @@
{ {
"name": "@picocss/pico", "name": "@picocss/pico",
"version": "1.3.2", "version": "1.3.3",
"description": "Graceful & Minimal CSS design system in pure semantic HTML", "description": "Graceful & Minimal CSS design system in pure semantic HTML",
"author": "Lucas Larroche", "author": "Lucas Larroche",
"main": "css/pico.min.css", "main": "css/pico.min.css",
@ -13,13 +13,15 @@
"keywords": [ "keywords": [
"css", "css",
"css-framework", "css-framework",
"dark-theme",
"dark-mode", "dark-mode",
"semantic", "dark-theme",
"minimal",
"lightweight", "lightweight",
"minimal",
"minimalist",
"minimalistic",
"native-html",
"scss-framework", "scss-framework",
"native-html" "semantic"
], ],
"bugs": { "bugs": {
"url": "https://github.com/picocss/pico/issues" "url": "https://github.com/picocss/pico/issues"

View file

@ -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 * Copyright 2019-2021 - Licensed under MIT
*/ */

View file

@ -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 * Copyright 2019-2021 - Licensed under MIT
* *
* Slim version example * Slim version example