From 3380bbf18ea610e975acf22002762968d66cedd6 Mon Sep 17 00:00:00 2001 From: coralmania Date: Thu, 31 Oct 2019 20:04:44 +0200 Subject: [PATCH] testing --- .../index.scssc | Bin 0 -> 1879 bytes index.html | 10 ---------- index.php | 1 + script/index.js | 0 style/index.css | 6 ++++++ style/index.css.map | 7 +++++++ style/index.scss | 6 ++++++ 7 files changed, 20 insertions(+), 10 deletions(-) create mode 100644 .sass-cache/0bd064d412ad16bb22fa7740cea47b67cceb0cf2/index.scssc delete mode 100644 index.html create mode 100644 index.php create mode 100644 script/index.js create mode 100644 style/index.css create mode 100644 style/index.css.map create mode 100644 style/index.scss diff --git a/.sass-cache/0bd064d412ad16bb22fa7740cea47b67cceb0cf2/index.scssc b/.sass-cache/0bd064d412ad16bb22fa7740cea47b67cceb0cf2/index.scssc new file mode 100644 index 0000000000000000000000000000000000000000..8198a98323c05984e839d04687e5c05d851cb4e2 GIT binary patch literal 1879 zcmbVMU2oeq6wSjR%Ss%l>AJd2+ZZ0UwEKuPJ8M(&h1<{q28N-iz3m|n0xey~+$2#W z={P}=|GrB~R$@0pfj!s~b-&I%_goH-PmTw}?(;FE5F2p;-LZiSco8J8rms#12|flq zJ~^ENy#Dd!%h@a$3}=JcYaUKdPp9!P3_kNEc{Ju)6EaZ%guIv1{3a9FA-gP|i!@P? zpLv^3ixjL=n*>bZ`X~{qj-1k^`olFrOIirDuuqt6SzFqvDO~)MGqzE zmbgb%S=7y2M53>>fy_r-3iUJU4f_{d^_R`j`S$tY4raSbeP7OMRst}lB-`|>0upgb5wb{Ymp6{u3t~X zo|^O-drS}60sYEh-(1CaN)~n%_voJOCx~S#mE&`pUGQ{)YOF>!j+H3PYR`WaC>oyn z^ynjpKWrEwW22D4COsPUd8srEOXBCS#QAO60er*gf8-19&PN`) zZNFm`*iUN_?G*yjDJi@oq}rDXKKpqUa)Yd~>XZ%Y>}vzXTLbTpXm!a>B>j3d#HC2g z+zInY(&u(Y^o1Kl^CT=Tox!&ME&YyuZ&?jiwJKNv^0-@9wWs|Wpq0@v?XS~#SArWI zt|tgf#j?p-fmU7Mhc!i4P}uLay`G)7Ld`mLDi5*Z1yo6XFsb;&iw^IXB1K`1dSUS) l=ytjN>vo;q3F?#L@fv@QJ7RgF!FAxcve)6KHq^US^k0;T{x1Lk literal 0 HcmV?d00001 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; +}