]> _ Git - ccv-wordpress.git/commitdiff
Prevent flatpickr CSS from being purged. WIP #3445 @0:05
authorStephen Cameron <stephen@cubedesigners.com>
Thu, 9 Apr 2020 11:07:52 +0000 (13:07 +0200)
committerStephen Cameron <stephen@cubedesigners.com>
Thu, 9 Apr 2020 11:07:52 +0000 (13:07 +0200)
wp-content/themes/CCV/resources/assets/styles/flatpickr.styl

index f4f7d4ad444490f705f6a89dc403d18617252247..27da9ea3415a12f20537e216028e7c17fe0a2c7b 100644 (file)
@@ -15,6 +15,10 @@ $selectedDayForeground = #fff
 
 $noCalendarBorder = true
 
+//===============================
+
+/*! purgecss start ignore */
+
 @import '~flatpickr/src/style/flatpickr.styl'
 
 // Fix CSS bug (see: https://github.com/flatpickr/flatpickr/issues/1300#issuecomment-385304463)
@@ -31,3 +35,6 @@ $noCalendarBorder = true
     &:after
       border-top-color: #fff
       margin-top: -1px
+
+
+/*! purgecss end ignore */