diff --git a/Makefile b/Makefile index b567c8d..002e548 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,3 @@ all: npm install sass - node_modules/sass/sass.js scss/main.scss css/main.css + node_modules/sass/sass.js --no-source-map scss/main.scss css/main.css diff --git a/css/main.css b/css/main.css index cb918e0..6ab1df0 100644 --- a/css/main.css +++ b/css/main.css @@ -710,5 +710,3 @@ body.skills #section-main article .skillstudy { border-width: 2px; border-color: #9E9E9E; } - -/*# sourceMappingURL=css/main.css.map */