Skip to content

Commit

Permalink
Various tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
1000ch committed Jan 28, 2022
1 parent 0b4d1f2 commit 4f07ddd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions grd.min.css

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

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<title>Grd - A CSS grid framework using Flexbox</title>
<link rel="stylesheet" href="https://1000ch.github.io/gh-pages.css/gh-pages.css">
<link rel="stylesheet" href="src/grd.css">
<link rel="stylesheet" href="grd.min.css">
<!-- Place this tag in your head or just before your close body tag. -->
<script defer src="https://buttons.github.io/buttons.js"></script>
<script defer src="https://unpkg.com/github-corner"></script>
Expand Down Expand Up @@ -67,7 +67,7 @@
<a href="https://github.com/1000ch/grd">GitHub</a>
</github-corner>
<x-marked highlight class="container">
# grd ![""](https://badge-size.herokuapp.com/1000ch/grd/master/src/grd.css.svg?compression=gzip)
# grd ![""](https://badge-size.herokuapp.com/1000ch/grd/main/grd.min.css.svg?compression=gzip)

![""](./logo.png)

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
},
"scripts": {
"prepublishOnly": "npm run build",
"build": "postcss --output grd.css src/grd.css"
"build": "postcss --output grd.min.css grd.css"
},
"main": "grd.css",
"style": "grd.css",
"main": "grd.min.css",
"style": "grd.min.css",
"files": [
"grd.css",
"license",
"src"
"grd.min.css",
"license"
],
"keywords": [
"css",
Expand Down
2 changes: 1 addition & 1 deletion readme.markdown
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# grd ![""](https://badge-size.herokuapp.com/1000ch/grd/master/src/grd.css.svg?compression=gzip)
# grd ![""](https://badge-size.herokuapp.com/1000ch/grd/main/grd.min.css.svg?compression=gzip)

![""](./logo.png)

Expand Down

0 comments on commit 4f07ddd

Please sign in to comment.