Skip to content

Commit 9bd9cda

Browse files
author
Daniel Kelly
committed
dont allow upgrade sass to remove purge css ignore comments
1 parent 99c7225 commit 9bd9cda

5 files changed

Lines changed: 25 additions & 47 deletions

File tree

assets/scss/_animations.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* purgecss start ignore */
1+
/*! purgecss start ignore */
22
@keyframes blurInGrayscale {
33
0%{
44
filter:blur(40px) grayscale(0);
@@ -56,4 +56,4 @@
5656
opacity:0;
5757
}
5858
}
59-
/* purgecss end ignore */
59+
/*! purgecss end ignore */

assets/scss/_layout.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* purgecss start ignore */
1+
/*! purgecss start ignore */
22
.site-layout-width-full{
33
.container{
44
max-width:100% !important;
@@ -24,7 +24,7 @@ pre {
2424
background: #eee;
2525
padding: 20px;
2626
overflow-x: auto;
27-
27+
2828
code {
2929
background: transparent;
3030
color: initial;
@@ -44,4 +44,4 @@ blockquote{
4444
dt {
4545
font-weight: bold;
4646
}
47-
/* purgecss end ignore */
47+
/*! purgecss end ignore */

assets/scss/_transitions.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* purgecss start ignore */
1+
/*! purgecss start ignore */
22
.page-enter-active,
33
.page-leave-active {
44
transition-property: opacity;
@@ -28,4 +28,4 @@
2828
opacity:0;
2929
filter: blur(10px);
3030
}
31-
/* purgecss end ignore */
31+
/*! purgecss end ignore */

assets/scss/_util.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* purgecss start ignore */
1+
/*! purgecss start ignore */
22
.subtle-box-shadow{
33
box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
44
}
5-
/* purgecss end ignore */
5+
/*! purgecss end ignore */

package-lock.json

Lines changed: 16 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)