<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Minify CSS to help with website performance in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Minify-CSS-to-help-with-website-performance/m-p/184520#M5448</link>
    <description>&lt;P&gt;Hi Nancy,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/146"&gt;@Gonzalo&lt;/a&gt;&amp;nbsp;has mentioned, the link you posted is to the backend of your portal and we are unable to see this information without being added to the account. From what I was able to&amp;nbsp;find by grabbing you sites CSS&amp;nbsp;file and looking through it:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Note: Comments in &lt;STRONG&gt;Bold&lt;/STRONG&gt; are what was found. The pieces in &lt;FONT color="#FF0000"&gt;red&lt;/FONT&gt; are the variables referenced in the bolded text.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;STRONG&gt;/* you have an underclared variables - either comment out or remove */&lt;/STRONG&gt;

.custom-menu-primary .hs-menu-wrapper &amp;gt; ul{ 
 &lt;FONT color="#FF0000"&gt; background:;&lt;/FONT&gt;&amp;lt;--------------------- Comment Out or Remove
}
.custom-menu-primary .hs-menu-wrapper &amp;gt; ul &amp;gt; li{
  &lt;FONT color="#FF0000"&gt;background:;&lt;/FONT&gt;&amp;lt;--------------------- Comment Out or Remove
}
.custom-menu-primary .hs-menu-wrapper &amp;gt; ul &amp;gt; li &amp;gt; a{
 &lt;FONT color="#FF0000"&gt; color:;&lt;/FONT&gt;&amp;lt;--------------------- Comment Out or Remove
}
.custom-menu-primary .hs-menu-wrapper &amp;gt; ul &amp;gt; li &amp;gt; a:hover{
  &lt;FONT color="#FF0000"&gt;color:;&lt;/FONT&gt;&amp;lt;--------------------- Comment Out or Remove
}

.custom-menu-primary .hs-menu-wrapper &amp;gt; ul ul li{
  &lt;FONT color="#FF0000"&gt;background:;&lt;/FONT&gt;&amp;lt;--------------------- Comment Out or Remove
}
.custom-menu-primary .hs-menu-wrapper &amp;gt; ul ul li a{
 &lt;FONT color="#FF0000"&gt; color:;&lt;/FONT&gt;&amp;lt;--------------------- Comment Out or Remove
}
.custom-menu-primary .hs-menu-wrapper &amp;gt; ul ul li a:hover{
 &lt;FONT color="#FF0000"&gt; color:;&lt;/FONT&gt;&amp;lt;--------------------- Comment Out or Remove
}



&lt;STRONG&gt;/* you have an underclared variable - either comment out or remove */&lt;/STRONG&gt;
.jumbo-3-testimonial-section .testimonial-cm p{
  opacity: 0.4;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
 &lt;FONT color="#FF0000"&gt; color: ; &lt;/FONT&gt; &amp;lt;--------------------- Comment Out or Remove
  opacity:0.4;
  padding: 20px 20px 20px 45px;
  margin: 0 0 50px 0;
  text-align: left;
  position:relative;
}


&lt;STRONG&gt;/* you have an underclared variable - either comment out or remove */&lt;/STRONG&gt;
.jumbo-3-testimonial-section .testimonial-cm h4{
    font-size: 16px;
    font-weight: 800;
    line-height: 26px;
    &lt;FONT color="#FF0000"&gt;color: ;&lt;/FONT&gt;  &amp;lt;--------------------- Comment Out or Remove
    opacity:0.4;
    margin-top: 10px;
    margin-bottom: 3px;
}


&lt;STRONG&gt;/* you have an underclared variable - either comment out or remove */&lt;/STRONG&gt;
.jumbo-3-faq-section-two .accordion_group h5:before{
    content: "\f128";
    position: absolute;
    font-size: 18px;
    line-height: 31px;
    &lt;FONT color="#FF0000"&gt;color: ;&lt;/FONT&gt;   &amp;lt;--------------------- Comment Out or Remove
    font-family: FontAwesome;
    left: -43px;
    top: 2px;
    font-weight: 300;
    background: #e7e7e7;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;

}

&lt;STRONG&gt;/* you have an underclared variable - either comment out or remove */&lt;/STRONG&gt;
.jumbo-3-faq-section-two .accordion_group.expanded h5:before{
    &lt;FONT color="#FF0000"&gt;background:;&lt;/FONT&gt; &amp;lt;--------------------- Comment Out or Remove
    color:#ffffff;
}

&lt;STRONG&gt;/* you have an underclared variable - either comment out or remove */&lt;/STRONG&gt;
.jumbo-3-section-five{
    padding:75px 0px;
    &lt;FONT color="#FF0000"&gt;color:;&lt;/FONT&gt;  &amp;lt;--------------------- Comment Out or Remove
    background: rgb(249, 249, 249);
}

&lt;STRONG&gt;/* you have an underclared variable - either comment out or remove */&lt;/STRONG&gt;
.jumbo-3-section-five h2{
   &lt;FONT color="#FF0000"&gt; color:;&lt;/FONT&gt; &amp;lt;--------------------- Comment Out or Remove
}


&lt;STRONG&gt;/* you have additional css no apart of a variable - remove it */&lt;/STRONG&gt;
.jumbo-3-single-team-member .social-icons .fa {
   text-align: center;
    line-height: 30px;
    font-size: 20px;
    border-radius: 50%;
    color: #333;
    margin: 0 2px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    margin-right: 10px;&lt;FONT color="#FF0000"&gt;ease-in;&lt;/FONT&gt;   &amp;lt;----- Remove the 'ease-in;' portion
    transition: all .2s ease-in;
}

&lt;STRONG&gt;/* you have an underclared variable - either comment out or remove */&lt;/STRONG&gt;
body .row-fluid .jumbo-5-jumbo-5-contact-us-one-col .wrapper{
    max-width:850px;
    &lt;FONT color="#FF0000"&gt;background:;&lt;/FONT&gt; &amp;lt;--------------------- Comment Out or Remove
}



&lt;STRONG&gt;/*You have an additional '.' before your jumbo-7-jumbo-home-section-one class, remove additional period*/&lt;/STRONG&gt;
body &lt;FONT color="#FF0000"&gt;.&lt;/FONT&gt;.jumbo-7-jumbo-home-section-one .row-fluid .left-col-width{
    width:50%;
}


&lt;STRONG&gt;/*You have an additional '.' before your jumbo-7-jumbo-home-section-one class, remove additional period*/&lt;/STRONG&gt;
body &lt;FONT color="#FF0000"&gt;.&lt;/FONT&gt;.jumbo-7-jumbo-home-section-one .row-fluid .hero-cta-grp{
    margin: 62px auto 0;
    float: none;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 296px;
}


&lt;STRONG&gt;/* you have an underclared variable - either comment out or remove */&lt;/STRONG&gt;
.jumbo-lp-2-section-3 h2{
   &lt;FONT color="#FF0000"&gt; color:;&lt;/FONT&gt; &amp;lt;--------------------- Comment Out or Remove
    font-size: 38px;
    margin-bottom: 0px;
    letter-spacing: .25px;
    font-weight: 300;
    padding-bottom: 40px;
}


&lt;STRONG&gt;/*You have an additional '.' before your jumbo-7-jumbo-home-section-one class, remove additional period*/&lt;/STRONG&gt;
body &lt;FONT color="#FF0000"&gt;.&lt;/FONT&gt;.jumbo-lp-7-features-section .row-fluid .features-cm-container&amp;gt;span {
    margin-right: 0;
}


&lt;STRONG&gt;/*Look like you have a class inside of your css declarations. Remove the .jumbo-blog-1*/&lt;/STRONG&gt;
.span3.pop-post-image {
&lt;FONT color="#FF0000"&gt;.jumbo-blog-1&lt;/FONT&gt;     float: left;
    width: 50px;
    margin-right: 15px;
}&lt;/PRE&gt;&lt;P&gt;There were also some places where I noticed a double semi-colon on some properties. The easiest way to find these items is to search for the classes above in your stylesheet then fix accordingly. For example, search for .&lt;STRONG&gt;span3.pop-post-image&lt;/STRONG&gt; should take you to the issue area. You might have to go through the search results if this class selector is repeated in your CSS&amp;nbsp;till you find the right chunk of code with the error. You can also search for&amp;nbsp;&lt;STRONG&gt;;;&lt;/STRONG&gt; to find the areas with the double semi-colons.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps troubleshoot your issue and gets you to getting your CSS minified. In terms of best practices, I (personally) would keep the HubL variables (like {fontColor}}) in your stylesheets as it helps with updating multiple places later on. As far as minifying outside of HS, I do know some people who do this but its because of their in-house&amp;nbsp;development processes and other things they may use for building out the files. I don't&amp;nbsp;see any reason why HS's minification wouldn't&amp;nbsp;be enough for your site though so I would stick to using theirs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-AJ&lt;/P&gt;</description>
    <pubDate>Wed, 04 Apr 2018 20:26:05 GMT</pubDate>
    <dc:creator>AJLaPorte_diagr</dc:creator>
    <dc:date>2018-04-04T20:26:05Z</dc:date>
    <item>
      <title>Minify CSS to help with website performance</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Minify-CSS-to-help-with-website-performance/m-p/183577#M5332</link>
      <description>&lt;P&gt;We're trying to minify our css&amp;nbsp;file in hope that it would help to improve the speed of our pages and&amp;nbsp; ran into problem below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The list of CSSm Lint errors has been reduced to 14. The remaining ones are due to the way certain properties are being created. For example:&lt;/P&gt;&lt;P&gt;{% include "hubspot/styles/responsive/modules.css" %}&lt;BR /&gt;{% include "hubspot/styles/patches/recommended.css" %}&lt;/P&gt;&lt;P&gt;{% set baseColor = "#26D07C" %}&lt;/P&gt;&lt;P&gt;.body-container-wrapper li:before {&lt;BR /&gt;position: absolute;&lt;BR /&gt;content: '';&lt;BR /&gt;top: 12px;&lt;BR /&gt;left: -20px;&lt;BR /&gt;background: {{ baseColor }};&lt;BR /&gt;height: 2px;&lt;BR /&gt;width: 8px;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The developer who has been working on this says that we can just hardcode in the value instead and it will pass the CSS Lint test. My concern is if we wanted to make changes in the future, we would have to do it manually and it would take longer. Do you have any suggestions on how to approach this? Any help would be greatly appreciated!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;NancyL&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 21:44:31 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Minify-CSS-to-help-with-website-performance/m-p/183577#M5332</guid>
      <dc:creator>NancyL</dc:creator>
      <dc:date>2018-03-28T21:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Minify CSS to help with website performance</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Minify-CSS-to-help-with-website-performance/m-p/183581#M5335</link>
      <description>&lt;P&gt;HubSpot should be minifying your CSS by default. Do you have a link to your site where we can look at it?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 21:51:35 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Minify-CSS-to-help-with-website-performance/m-p/183581#M5335</guid>
      <dc:creator>AJLaPorte_diagr</dc:creator>
      <dc:date>2018-03-28T21:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Minify CSS to help with website performance</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Minify-CSS-to-help-with-website-performance/m-p/183583#M5336</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm aware of that but&amp;nbsp; HS said because we have&amp;nbsp;&lt;SPAN&gt;syntax errors,&amp;nbsp;our css files cannot be minified.&amp;nbsp;&lt;/SPAN&gt;We're planning to apply the mentioned edits to the css on this page: &lt;A href="https://www.brandify.com/" target="_blank"&gt;https://www.brandify.com/&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Did it help to clarify?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue comes up as we run the test on webpagetest.org, anyone has experience&amp;nbsp;testing their HS hosted pages there? According to the result, we also have issues with cache static content, we got "F"&amp;nbsp; grade for it but HS claim that our content is cache, any suggestion how to can test/verify that?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Nancy&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 22:05:37 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Minify-CSS-to-help-with-website-performance/m-p/183583#M5336</guid>
      <dc:creator>NancyL</dc:creator>
      <dc:date>2018-03-28T22:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Minify CSS to help with website performance</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Minify-CSS-to-help-with-website-performance/m-p/183588#M5337</link>
      <description>&lt;P&gt;Ah ok, if you have syntax errors in your css&amp;nbsp;file, we'd need to be able to see the whole file in order to help figure out where those could be (might be something as small as missing a curly brace on a variable).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for caching issues, someone from HubSpot would have to speak on that. I know a lot&amp;nbsp;of people have in the&amp;nbsp;developer slack have brought up the lower performance marks they get with Google Page Speed Insights. If you would like an invite to the slack channel for it just send me your email in a DM and ill invite you over to it. You can try asking around in there.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-AJ&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 22:32:45 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Minify-CSS-to-help-with-website-performance/m-p/183588#M5337</guid>
      <dc:creator>AJLaPorte_diagr</dc:creator>
      <dc:date>2018-03-28T22:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Minify CSS to help with website performance</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Minify-CSS-to-help-with-website-performance/m-p/183992#M5372</link>
      <description>&lt;P&gt;Hi AJ,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please see &lt;A href="https://app.hubspot.com/design-manager/458525/code/5656888635" target="_self"&gt;here&lt;/A&gt; for our css&amp;nbsp;files, and regard the&amp;nbsp; first questions,&amp;nbsp; we were thinking to manually remove: {{ baseColor }} with the hex code as it showed on&lt;A href="http://csslint.net/" target="_self"&gt; CSS Lint &lt;/A&gt;that they are errors, not sure if this would be best practice and if doing so would help or is there any better way we can&amp;nbsp; fix our css&amp;nbsp;so HS can minify it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Also we tried to minify this css&amp;nbsp;using another program and was able to generate a min.css file. Can we load it to HS to use? is it the best practice to do so?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Nancy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2018 16:51:09 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Minify-CSS-to-help-with-website-performance/m-p/183992#M5372</guid>
      <dc:creator>NancyL</dc:creator>
      <dc:date>2018-04-02T16:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Minify CSS to help with website performance</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Minify-CSS-to-help-with-website-performance/m-p/184329#M5423</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/58037"&gt;@NancyL&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you fix that already?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We can't access that link as that is your internal portal link and we don't have access to it.&lt;/P&gt;&lt;P&gt;To help you we need a public link to the file (or a link to any published page and the name of the file should be enough).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 11:29:13 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Minify-CSS-to-help-with-website-performance/m-p/184329#M5423</guid>
      <dc:creator>Gonzalo</dc:creator>
      <dc:date>2018-04-04T11:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Minify CSS to help with website performance</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Minify-CSS-to-help-with-website-performance/m-p/184520#M5448</link>
      <description>&lt;P&gt;Hi Nancy,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/146"&gt;@Gonzalo&lt;/a&gt;&amp;nbsp;has mentioned, the link you posted is to the backend of your portal and we are unable to see this information without being added to the account. From what I was able to&amp;nbsp;find by grabbing you sites CSS&amp;nbsp;file and looking through it:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Note: Comments in &lt;STRONG&gt;Bold&lt;/STRONG&gt; are what was found. The pieces in &lt;FONT color="#FF0000"&gt;red&lt;/FONT&gt; are the variables referenced in the bolded text.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;STRONG&gt;/* you have an underclared variables - either comment out or remove */&lt;/STRONG&gt;

.custom-menu-primary .hs-menu-wrapper &amp;gt; ul{ 
 &lt;FONT color="#FF0000"&gt; background:;&lt;/FONT&gt;&amp;lt;--------------------- Comment Out or Remove
}
.custom-menu-primary .hs-menu-wrapper &amp;gt; ul &amp;gt; li{
  &lt;FONT color="#FF0000"&gt;background:;&lt;/FONT&gt;&amp;lt;--------------------- Comment Out or Remove
}
.custom-menu-primary .hs-menu-wrapper &amp;gt; ul &amp;gt; li &amp;gt; a{
 &lt;FONT color="#FF0000"&gt; color:;&lt;/FONT&gt;&amp;lt;--------------------- Comment Out or Remove
}
.custom-menu-primary .hs-menu-wrapper &amp;gt; ul &amp;gt; li &amp;gt; a:hover{
  &lt;FONT color="#FF0000"&gt;color:;&lt;/FONT&gt;&amp;lt;--------------------- Comment Out or Remove
}

.custom-menu-primary .hs-menu-wrapper &amp;gt; ul ul li{
  &lt;FONT color="#FF0000"&gt;background:;&lt;/FONT&gt;&amp;lt;--------------------- Comment Out or Remove
}
.custom-menu-primary .hs-menu-wrapper &amp;gt; ul ul li a{
 &lt;FONT color="#FF0000"&gt; color:;&lt;/FONT&gt;&amp;lt;--------------------- Comment Out or Remove
}
.custom-menu-primary .hs-menu-wrapper &amp;gt; ul ul li a:hover{
 &lt;FONT color="#FF0000"&gt; color:;&lt;/FONT&gt;&amp;lt;--------------------- Comment Out or Remove
}



&lt;STRONG&gt;/* you have an underclared variable - either comment out or remove */&lt;/STRONG&gt;
.jumbo-3-testimonial-section .testimonial-cm p{
  opacity: 0.4;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
 &lt;FONT color="#FF0000"&gt; color: ; &lt;/FONT&gt; &amp;lt;--------------------- Comment Out or Remove
  opacity:0.4;
  padding: 20px 20px 20px 45px;
  margin: 0 0 50px 0;
  text-align: left;
  position:relative;
}


&lt;STRONG&gt;/* you have an underclared variable - either comment out or remove */&lt;/STRONG&gt;
.jumbo-3-testimonial-section .testimonial-cm h4{
    font-size: 16px;
    font-weight: 800;
    line-height: 26px;
    &lt;FONT color="#FF0000"&gt;color: ;&lt;/FONT&gt;  &amp;lt;--------------------- Comment Out or Remove
    opacity:0.4;
    margin-top: 10px;
    margin-bottom: 3px;
}


&lt;STRONG&gt;/* you have an underclared variable - either comment out or remove */&lt;/STRONG&gt;
.jumbo-3-faq-section-two .accordion_group h5:before{
    content: "\f128";
    position: absolute;
    font-size: 18px;
    line-height: 31px;
    &lt;FONT color="#FF0000"&gt;color: ;&lt;/FONT&gt;   &amp;lt;--------------------- Comment Out or Remove
    font-family: FontAwesome;
    left: -43px;
    top: 2px;
    font-weight: 300;
    background: #e7e7e7;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;

}

&lt;STRONG&gt;/* you have an underclared variable - either comment out or remove */&lt;/STRONG&gt;
.jumbo-3-faq-section-two .accordion_group.expanded h5:before{
    &lt;FONT color="#FF0000"&gt;background:;&lt;/FONT&gt; &amp;lt;--------------------- Comment Out or Remove
    color:#ffffff;
}

&lt;STRONG&gt;/* you have an underclared variable - either comment out or remove */&lt;/STRONG&gt;
.jumbo-3-section-five{
    padding:75px 0px;
    &lt;FONT color="#FF0000"&gt;color:;&lt;/FONT&gt;  &amp;lt;--------------------- Comment Out or Remove
    background: rgb(249, 249, 249);
}

&lt;STRONG&gt;/* you have an underclared variable - either comment out or remove */&lt;/STRONG&gt;
.jumbo-3-section-five h2{
   &lt;FONT color="#FF0000"&gt; color:;&lt;/FONT&gt; &amp;lt;--------------------- Comment Out or Remove
}


&lt;STRONG&gt;/* you have additional css no apart of a variable - remove it */&lt;/STRONG&gt;
.jumbo-3-single-team-member .social-icons .fa {
   text-align: center;
    line-height: 30px;
    font-size: 20px;
    border-radius: 50%;
    color: #333;
    margin: 0 2px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    margin-right: 10px;&lt;FONT color="#FF0000"&gt;ease-in;&lt;/FONT&gt;   &amp;lt;----- Remove the 'ease-in;' portion
    transition: all .2s ease-in;
}

&lt;STRONG&gt;/* you have an underclared variable - either comment out or remove */&lt;/STRONG&gt;
body .row-fluid .jumbo-5-jumbo-5-contact-us-one-col .wrapper{
    max-width:850px;
    &lt;FONT color="#FF0000"&gt;background:;&lt;/FONT&gt; &amp;lt;--------------------- Comment Out or Remove
}



&lt;STRONG&gt;/*You have an additional '.' before your jumbo-7-jumbo-home-section-one class, remove additional period*/&lt;/STRONG&gt;
body &lt;FONT color="#FF0000"&gt;.&lt;/FONT&gt;.jumbo-7-jumbo-home-section-one .row-fluid .left-col-width{
    width:50%;
}


&lt;STRONG&gt;/*You have an additional '.' before your jumbo-7-jumbo-home-section-one class, remove additional period*/&lt;/STRONG&gt;
body &lt;FONT color="#FF0000"&gt;.&lt;/FONT&gt;.jumbo-7-jumbo-home-section-one .row-fluid .hero-cta-grp{
    margin: 62px auto 0;
    float: none;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 296px;
}


&lt;STRONG&gt;/* you have an underclared variable - either comment out or remove */&lt;/STRONG&gt;
.jumbo-lp-2-section-3 h2{
   &lt;FONT color="#FF0000"&gt; color:;&lt;/FONT&gt; &amp;lt;--------------------- Comment Out or Remove
    font-size: 38px;
    margin-bottom: 0px;
    letter-spacing: .25px;
    font-weight: 300;
    padding-bottom: 40px;
}


&lt;STRONG&gt;/*You have an additional '.' before your jumbo-7-jumbo-home-section-one class, remove additional period*/&lt;/STRONG&gt;
body &lt;FONT color="#FF0000"&gt;.&lt;/FONT&gt;.jumbo-lp-7-features-section .row-fluid .features-cm-container&amp;gt;span {
    margin-right: 0;
}


&lt;STRONG&gt;/*Look like you have a class inside of your css declarations. Remove the .jumbo-blog-1*/&lt;/STRONG&gt;
.span3.pop-post-image {
&lt;FONT color="#FF0000"&gt;.jumbo-blog-1&lt;/FONT&gt;     float: left;
    width: 50px;
    margin-right: 15px;
}&lt;/PRE&gt;&lt;P&gt;There were also some places where I noticed a double semi-colon on some properties. The easiest way to find these items is to search for the classes above in your stylesheet then fix accordingly. For example, search for .&lt;STRONG&gt;span3.pop-post-image&lt;/STRONG&gt; should take you to the issue area. You might have to go through the search results if this class selector is repeated in your CSS&amp;nbsp;till you find the right chunk of code with the error. You can also search for&amp;nbsp;&lt;STRONG&gt;;;&lt;/STRONG&gt; to find the areas with the double semi-colons.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps troubleshoot your issue and gets you to getting your CSS minified. In terms of best practices, I (personally) would keep the HubL variables (like {fontColor}}) in your stylesheets as it helps with updating multiple places later on. As far as minifying outside of HS, I do know some people who do this but its because of their in-house&amp;nbsp;development processes and other things they may use for building out the files. I don't&amp;nbsp;see any reason why HS's minification wouldn't&amp;nbsp;be enough for your site though so I would stick to using theirs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-AJ&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 20:26:05 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Minify-CSS-to-help-with-website-performance/m-p/184520#M5448</guid>
      <dc:creator>AJLaPorte_diagr</dc:creator>
      <dc:date>2018-04-04T20:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Minify CSS to help with website performance</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Minify-CSS-to-help-with-website-performance/m-p/184746#M5483</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the link to our site:&amp;nbsp;&lt;A href="https://www.brandify.com/" target="_blank"&gt;https://www.brandify.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nancy&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 19:15:43 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Minify-CSS-to-help-with-website-performance/m-p/184746#M5483</guid>
      <dc:creator>NancyL</dc:creator>
      <dc:date>2018-04-05T19:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Minify CSS to help with website performance</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Minify-CSS-to-help-with-website-performance/m-p/316565#M15173</link>
      <description>&lt;P&gt;I am suffering from similer problem. I manually minify css file but when i test it on semrush it again show warning. Please help to resolve this. The issue is only with style.css file because when i manually minify and add js files it remove warnings of js files from semrush. But when i do same with style.css file it doesn't do anything.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image_2020_02_04T12_51_34_335Z.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/23591i330462013B23CC3B/image-size/large?v=v2&amp;amp;px=999" role="button" title="image_2020_02_04T12_51_34_335Z.png" alt="image_2020_02_04T12_51_34_335Z.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 13:05:33 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Minify-CSS-to-help-with-website-performance/m-p/316565#M15173</guid>
      <dc:creator>sgarga</dc:creator>
      <dc:date>2020-02-04T13:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Minify CSS to help with website performance</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Minify-CSS-to-help-with-website-performance/m-p/371462#M18677</link>
      <description>&lt;P&gt;have you found an answer to this? I am dealing with the same thing.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 18:05:27 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Minify-CSS-to-help-with-website-performance/m-p/371462#M18677</guid>
      <dc:creator>kyle4</dc:creator>
      <dc:date>2020-09-17T18:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Minify CSS to help with website performance</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Minify-CSS-to-help-with-website-performance/m-p/554213#M26775</link>
      <description>&lt;P&gt;Hi! Did you end up finding a solution for this? We also work with SEM rush and having the same issuse with a few CSS files in Hubspot. Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 18:08:33 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Minify-CSS-to-help-with-website-performance/m-p/554213#M26775</guid>
      <dc:creator>MKern1</dc:creator>
      <dc:date>2022-01-11T18:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Minify CSS to help with website performance</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Minify-CSS-to-help-with-website-performance/m-p/970347#M38871</link>
      <description>&lt;P&gt;Im also dealing with the same problem. In my head, how come HS iwon't build an integration or addon for minfication, instead of them doing it?&lt;BR /&gt;&lt;BR /&gt;But how can I update the files and where am I suppose to look at on HS to update my JS and CSS files.&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 11:58:20 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Minify-CSS-to-help-with-website-performance/m-p/970347#M38871</guid>
      <dc:creator>Siyuan</dc:creator>
      <dc:date>2024-05-02T11:58:20Z</dc:date>
    </item>
  </channel>
</rss>

