diff --git a/_src/asset-manifest.json b/_src/asset-manifest.json
index 14892b9..51797c9 100644
--- a/_src/asset-manifest.json
+++ b/_src/asset-manifest.json
@@ -1 +1 @@
-{"main.css":"main-29c4a5b6.css","main.js":"main-aad70835.js"}
\ No newline at end of file
+{"main.css":"main-e2f44204.css","main.js":"main-aad70835.js"}
\ No newline at end of file
diff --git a/_src/css/main.css b/_src/css/main.css
index 3383ca5..fa1114d 100755
--- a/_src/css/main.css
+++ b/_src/css/main.css
@@ -16,7 +16,7 @@ img { vertical-align: middle; }
.img-border { display: inline-block; position: relative; }
.img-border:after { border: 1px solid #000; width: 100%; height: 100%; display: block; content: ""; position: absolute; top: 0; left: 0; box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 2px 3px rgba(0,0,0,0.75); }
-.controls-prefs { top: 65px; left: -247px; }
+.controls-prefs { top: 87px; left: -216px; border-radius: 10px; box-shadow: 0 0 0 1px rgba(0,0,0,.2), 0 0 40px rgba(0,0,0,.75); }
.controller { @apply .hidden .absolute .pin-t .z-10 .transition-slow; }
.controller-sms { left: -548px; }
diff --git a/_src/gulpfile.js b/_src/gulpfile.js
index 6d892a6..323d4a2 100755
--- a/_src/gulpfile.js
+++ b/_src/gulpfile.js
@@ -17,21 +17,10 @@ gulp.task('css', function(){
]))
.pipe(purgecss({
content: ['./*.html', './js/*.js'],
- extractors: [
- {
- extractor: class TailwindExtractor {
- static extract(content) {
- return content.match(/[A-Za-z0-9-_:\/]+/g) || [];
- }
- },
- extensions: ['html', 'js']
- }
- ]
- }))
- .pipe(autoprefixer({
- browsers: ['last 2 versions'],
- cascade: false
+ defaultExtractor: content =>
+ content.match(/[\w-/:]+(?
-
+