removes css tracked files

This commit is contained in:
James
2018-07-28 10:07:30 -04:00
parent 55e2b656c5
commit 656d1e0881
7 changed files with 4 additions and 44 deletions

4
.gitignore vendored
View File

@@ -220,3 +220,7 @@ $RECYCLE.BIN/
# End of https://www.gitignore.io/api/node,macos,windows,webstorm,sublimetext,visualstudiocode
# Ignores compiled CSS
src/**/*.css
demo**/*.css

View File

@@ -1,3 +0,0 @@
body {
background: white;
color: #505050; }

11
dist/index.html vendored
View File

@@ -1,11 +0,0 @@
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<base href="/">
<title>Payload</title>
</head>
<body>
<div id="app"></div>
<script type="text/javascript" src="main.js"></script></body>
</html>

22
dist/main.js vendored

File diff suppressed because one or more lines are too long

1
dist/style.css vendored
View File

@@ -1 +0,0 @@
body{background:purple;color:#fff}

View File

@@ -1,2 +0,0 @@
.sidebar {
background: #505050; }

View File

@@ -1,5 +0,0 @@
body {
background: purple;
color: white; }
body h1 {
color: black; }