Skip to content

Commit 99b34f3

Browse files
added node sass
1 parent 6e8bd51 commit 99b34f3

File tree

7 files changed

+1704
-11
lines changed

7 files changed

+1704
-11
lines changed

anything.html

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Title</title>
6+
</head>
7+
<body>
8+
9+
</body>
10+
</html>

dist/index.html

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Development</title>
6+
</head>
7+
<body>
8+
<script type="text/javascript" src="shapecss.js"></script></body>
9+
</html>

0 commit comments

Comments
 (0)