diff --git a/.sass-cache/0bd064d412ad16bb22fa7740cea47b67cceb0cf2/index.scssc b/.sass-cache/0bd064d412ad16bb22fa7740cea47b67cceb0cf2/index.scssc new file mode 100644 index 0000000..8198a98 Binary files /dev/null and b/.sass-cache/0bd064d412ad16bb22fa7740cea47b67cceb0cf2/index.scssc differ diff --git a/index.html b/index.html deleted file mode 100644 index abdd371..0000000 --- a/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/index.php b/index.php new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/index.php @@ -0,0 +1 @@ + diff --git a/script/index.js b/script/index.js new file mode 100644 index 0000000..e69de29 diff --git a/style/index.css b/style/index.css new file mode 100644 index 0000000..232898f --- /dev/null +++ b/style/index.css @@ -0,0 +1,6 @@ +p { + width: 40px; } + p a { + color: red; } + +/*# sourceMappingURL=index.css.map */ diff --git a/style/index.css.map b/style/index.css.map new file mode 100644 index 0000000..1807f1c --- /dev/null +++ b/style/index.css.map @@ -0,0 +1,7 @@ +{ +"version": 3, +"mappings": "AAAA,CAAC;EAIC,KAAK,EAAC,IAAI;EAHV,GAAC;IACC,KAAK,EAAC,GAAG", +"sources": ["index.scss"], +"names": [], +"file": "index.css" +} diff --git a/style/index.scss b/style/index.scss new file mode 100644 index 0000000..19f9852 --- /dev/null +++ b/style/index.scss @@ -0,0 +1,6 @@ +p{ + a{ + color:red; + } + width:40px; +}