Skip to content

Commit

Permalink
Merge pull request #5 from LilianAvry/v1.0.0
Browse files Browse the repository at this point in the history
V1.0.0
  • Loading branch information
lil-re authored Jun 27, 2021
2 parents 3cce7ad + 427f67c commit 95a5743
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h1>What is Petit CSS ?</h1>
Petit CSS is a lightweight css file made for small projects. It can also be a good base for your custom style.
It contains less than 500 lines of css but it is quiet complete as it comes with a flexbox grid,
a navigation menu and styles for standard elements.
So you can build an simple website without using a larger framework.
So you can build a simple website without using a larger framework.
For example, this website includes Petit CSS and only 7 lines of custom CSS.
</p>
</div>
Expand All @@ -67,7 +67,7 @@ <h1>What is Petit CSS ?</h1>
You can find the Github repository <a href="https://github.com/LilianAvry/petit-css" class="link">here</a>.
Some components are based on <a href="https://getskeleton.com" class="link">Skeleton</a> and
the navigation menu is based on a <a href="https://codepen.io/mutedblues/pen/MmPNPG" class="link">pen made by Mutedblues</a>.
Petit also uses <a href="https://getskeleton.com" class="link">Normalize</a> as a reset.
Petit also uses <a href="https://necolas.github.io/normalize.css/" class="link">Normalize</a> as a reset.
Do not hesitate to star or like this stuff.
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "petit-css",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "A small stylesheet",
"main": "index.css",
"scripts": {
Expand Down

0 comments on commit 95a5743

Please sign in to comment.