Skip to content

Commit

Permalink
Repackage for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalPixel committed Jan 4, 2017
1 parent 490f794 commit 092ca88
Show file tree
Hide file tree
Showing 9 changed files with 54 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
config.codekit
config.codekit3
.sass-cache
.DS_Store
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
CSS3 Browser
============
![alt text](http://cl.ly/image/1n1F1H0J1T16/css-browser.png "screenshot")
# CSS Browsers
## CSS based browser frames/windows
![alt text](css-browser.png "screenshot")
4 changes: 2 additions & 2 deletions browsers.css → dist/css-browsers.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ html {
body {
background: #eee;
color: #979374;
padding: 1.25rem;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
padding: 1.250rem;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.browser {
background-color: #FFF;
Expand Down
File renamed without changes.
17 changes: 17 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
</head>
<body>
<h1 id="cssbrowsers">CSS Browsers</h1>

<h2 id="cssbasedbrowserframeswindows">CSS based browser frames/windows</h2>

<figure>
<img src="css-browser.png" alt="alt text" title="screenshot" />
<figcaption>alt text</figcaption>
</figure>

</body>
</html>
31 changes: 31 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "css-browsers",
"version": "2.0.0",
"description": "CSS based browser frames",
"style": "dist/css-browsers.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Superpencil/css-browsers.git"
},
"keywords": [
"browser",
"css",
"design",
"frontend",
"css",
"sass",
"frame",
"window",
"wrapper",
"iframe"
],
"author": "Pascal Pixel",
"license": "ISC",
"bugs": {
"url": "https://github.com/Superpencil/css-browsers/issues"
},
"homepage": "http://superpencil.com/projects/css-browsers/"
}
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.

0 comments on commit 092ca88

Please sign in to comment.