compiles theme scss

This commit is contained in:
Huy Tran 2018-07-22 21:36:45 +10:00
parent cef20c31de
commit a557ee73fc
2 changed files with 10 additions and 6 deletions

View file

@ -1,6 +1,4 @@
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
html,
@ -228,6 +226,7 @@ footer {
text-transform: uppercase;
color: #fff;
background-color: #479fc8;
-webkit-transform: rotate(45deg) translate3d(0, 0, 0);
transform: rotate(45deg) translate3d(0, 0, 0); }
.project__featured-image .ribbon .text:before {
border-left: 5px solid transparent;
@ -326,6 +325,9 @@ footer {
@media (min-width: 58em) {
html {
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
-ms-text-size-adjust: none;
text-size-adjust: none;
font-size: 17px;
font-weight: 400;
@ -465,6 +467,8 @@ pre {
border: 1px solid #eee;
border-radius: 4px;
padding: 1px;
-moz-tab-size: 2;
-o-tab-size: 2;
tab-size: 2; }
pre code {
border-radius: 4px;

File diff suppressed because one or more lines are too long