//== Autocomplete field
+/*! purgecss start ignore */
.autocomplete
@apply flex-grow
&:hover, &[aria-selected=true]
@apply bg-grey-100 cursor-pointer
+
+/*! purgecss end ignore */
// Theme for vue-slider component
// Adapted from https://github.com/NightCatSama/vue-slider-component/blob/master/lib/theme/default.scss
+// Via http://sass2stylus.com/
+
+/*! purgecss start ignore */
$themeColor = #6b7287
$disabledOpacity = 0.5
transition: all 0.3s
&-show
opacity: 1
+
+/*! purgecss end ignore */
globs: [
path.join(__dirname, 'vendor/cubist/**/*.php'), // Some classes (eg. nav) might be present only here
],
- whitelistPatterns: [/grid-.*/], // Don't purge the grid-* custom classes since they can be used dynamically
+ // Don't purge the grid-* custom classes since they can be used dynamically
+ // Also protect MMenu classes
+ whitelistPatterns: [/mm.*/, /grid-.*/],
});
mix.js('resources/js/mailform.js', 'public/js');