Skip to content

Commit 092ca88

Browse files
committed
Repackage for npm
1 parent 490f794 commit 092ca88

File tree

9 files changed

+54
-6
lines changed

9 files changed

+54
-6
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
config.codekit
1+
config.codekit3
22
.sass-cache
33
.DS_Store

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
CSS3 Browser
2-
============
3-
![alt text](http://cl.ly/image/1n1F1H0J1T16/css-browser.png "screenshot")
1+
# CSS Browsers
2+
## CSS based browser frames/windows
3+
![alt text](css-browser.png "screenshot")

browsers.css renamed to dist/css-browsers.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ html {
44
body {
55
background: #eee;
66
color: #979374;
7-
padding: 1.25rem;
8-
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
7+
padding: 1.250rem;
8+
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
99

1010
.browser {
1111
background-color: #FFF;
File renamed without changes.

index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8"/>
5+
</head>
6+
<body>
7+
<h1 id="cssbrowsers">CSS Browsers</h1>
8+
9+
<h2 id="cssbasedbrowserframeswindows">CSS based browser frames/windows</h2>
10+
11+
<figure>
12+
<img src="css-browser.png" alt="alt text" title="screenshot" />
13+
<figcaption>alt text</figcaption>
14+
</figure>
15+
16+
</body>
17+
</html>

package.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "css-browsers",
3+
"version": "2.0.0",
4+
"description": "CSS based browser frames",
5+
"style": "dist/css-browsers.css",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/Superpencil/css-browsers.git"
12+
},
13+
"keywords": [
14+
"browser",
15+
"css",
16+
"design",
17+
"frontend",
18+
"css",
19+
"sass",
20+
"frame",
21+
"window",
22+
"wrapper",
23+
"iframe"
24+
],
25+
"author": "Pascal Pixel",
26+
"license": "ISC",
27+
"bugs": {
28+
"url": "https://github.com/Superpencil/css-browsers/issues"
29+
},
30+
"homepage": "http://superpencil.com/projects/css-browsers/"
31+
}

screenshot.png

73.7 KB
Loading
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)