mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 17:16:14 -04:00
Minor Release (v1.3.3)
This commit is contained in:
parent
fbf3d4f27f
commit
9ef002d8ab
14 changed files with 23 additions and 17 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
/**
|
||||
|
|
2
css/pico.classless.min.css
vendored
2
css/pico.classless.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -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
|
||||
*/
|
||||
/**
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
/**
|
||||
|
|
2
css/pico.fluid.classless.min.css
vendored
2
css/pico.fluid.classless.min.css
vendored
File diff suppressed because one or more lines are too long
4
css/pico.min-dist.css
Normal file
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
2
css/pico.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -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
|
||||
|
|
2
css/pico.slim.min.css
vendored
2
css/pico.slim.min.css
vendored
|
@ -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
|
||||
|
|
|
@ -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">
|
||||
|
|
12
package.json
12
package.json
|
@ -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",
|
||||
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue