testing
This commit is contained in:
parent
26a7b5fd70
commit
3380bbf18e
7 changed files with 20 additions and 10 deletions
BIN
.sass-cache/0bd064d412ad16bb22fa7740cea47b67cceb0cf2/index.scssc
Normal file
BIN
.sass-cache/0bd064d412ad16bb22fa7740cea47b67cceb0cf2/index.scssc
Normal file
Binary file not shown.
10
index.html
10
index.html
|
@ -1,10 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en" dir="ltr">
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<title></title>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
1
index.php
Normal file
1
index.php
Normal file
|
@ -0,0 +1 @@
|
||||||
|
|
0
script/index.js
Normal file
0
script/index.js
Normal file
6
style/index.css
Normal file
6
style/index.css
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
p {
|
||||||
|
width: 40px; }
|
||||||
|
p a {
|
||||||
|
color: red; }
|
||||||
|
|
||||||
|
/*# sourceMappingURL=index.css.map */
|
7
style/index.css.map
Normal file
7
style/index.css.map
Normal file
|
@ -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"
|
||||||
|
}
|
6
style/index.scss
Normal file
6
style/index.scss
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
p{
|
||||||
|
a{
|
||||||
|
color:red;
|
||||||
|
}
|
||||||
|
width:40px;
|
||||||
|
}
|
Loading…
Reference in a new issue