You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if the original [Pico CSS](https://github.com/picocss/pico) repository is abandoned or not, but I really liked what they had to offer, and wanted to help not let this awesomely simple and easy to use front end framework disappear, so I merged as many of open pull requests that fixed some issues, and / or enhanced the project that were available at the time. I'll try to help keep it viable and do some bug fixes if any arise, and would alway appreciate anyone elses help to continue keeping this alive!
18
+
19
+
You can see the new features I, and many others have created pull requests for by going to [Yohns Pico CSS](https://yohn.github.io/PicoCSS). This page just has the demos of most of the features I have merged, or added to the project.
20
+
16
21
## Minimal CSS Framework for Semantic HTML
17
22
18
23
A minimalist and lightweight starter kit that prioritizes semantic syntax, making every HTML element responsive and elegant by default.
@@ -38,13 +43,22 @@ With just the right amount of everything, Pico is great starting point for a cle
38
43
39
44
## Table of contents
40
45
41
-
-[Quick start](#quick-start)
42
-
-[Class-less version](#class-less-version)
43
-
-[Limitations](#limitations)
44
-
-[Documentation](#documentation)
45
-
-[Browser Support](#browser-support)
46
-
-[Contributing](#contributing)
47
-
-[Copyright and license](#copyright-and-license)
46
+
1.[Yohns Updated Version](#yohns-updated-version)
47
+
2.[Minimal CSS Framework for Semantic HTML](#minimal-css-framework-for-semantic-html)
48
+
3.[What’s new in v2?](#whats-new-in-v2)
49
+
4.[A Superpowered HTML Reset](#a-superpowered-html-reset)
50
+
5.[Table of contents](#table-of-contents)
51
+
6.[Quick start](#quick-start)
52
+
1.[Install manually](#install-manually)
53
+
2.[Usage from CDN](#usage-from-cdn)
54
+
3.[Install with NPM](#install-with-npm)
55
+
4.[Starter HTML template](#starter-html-template)
56
+
7.[Class-less version](#class-less-version)
57
+
8.[Limitations](#limitations)
58
+
9.[Documentation](#documentation)
59
+
10.[Browser Support](#browser-support)
60
+
11.[Contributing](#contributing)
61
+
12.[Copyright and license](#copyright-and-license)
48
62
49
63
## Quick start
50
64
@@ -63,32 +77,32 @@ There are 4 ways to get started with pico.css:
63
77
Alternatively, you can use [jsDelivr CDN](https://www.jsdelivr.com/package/npm/@picocss/pico) to link pico.css.
Copy file name to clipboardExpand all lines: docs/index.html
+13-9
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,12 @@ <h1>Pico</h1>
49
49
<!-- /Header -->
50
50
</div>
51
51
<mainclass="col-12 col-md-9 col-lg-10">
52
+
<article>
53
+
<header><h2>Yohns PicoCSS Fork</h2></header>
54
+
<p>I've merged some open pull requests from the <ahref="https://github.com/picocss/pico">original Pico</a> repository, and then added a few more enhancements that I either needed for a project (timeline) or wanted to make the building process of websites easier (<code>:user-valid</code> "validation", using <code><label></code> within groups, <code>.row</code> & <code>.row-fluid</code> and the <code>.col-*</code> classes like Bootstrap, <code>.align-*</code> and more.) The demo docs here is the main enhanced that have been added to the <ahref="https://picocss.com/">Pico CSS 2.0.6</a> branch, for more docs, refer to the original <ahref="https://picocss.com/docs">Pico CSS docs</a>.</p>
55
+
<p>Some of the demos on this page do require <ahref="https://github.com/Yohn/PicoCSS/tree/main/docs/js">Vanilla JavaScript Files</a> to work the same as the preview here. I may get a build script going to compile the javascript plugins / components later. Let me know if this feature would help you.</p>
56
+
<footer>If this fork has helped you, please <ahref="https://github.com/Yohn/PicoCSS">Like</a> this fork!</footer>
57
+
</article>
52
58
<!-- Validation -->
53
59
<formaction="javascript:void(0);">
54
60
<articleid="group">
@@ -364,18 +370,18 @@ <h3>Confirm your action!</h3>
0 commit comments