Skip to content

Commit

Permalink
Merge pull request #8553 from gitcoinco/bugfix/revert-email-scss
Browse files Browse the repository at this point in the history
Reverts inline .scss block to inline .css block
  • Loading branch information
octavioamu authored Mar 11, 2021
2 parents 571b29e + dd56e67 commit 8864320
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions app/retail/templates/emails/shared_template_head.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
{% endcomment %}
{% load i18n static compress %}
{% compress css inline email_head %}
<link rel="stylesheet" type="text/x-scss" href={% static "v2/scss/gitcoin.scss" %} />
<link rel="stylesheet" type="text/x-scss" href={% static "v2/scss/town_square.scss" %} />
<link rel="stylesheet" type="text/x-scss" href={% static "v2/scss/activity_stream.scss" %} />
{% endcompress %}
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap" rel="stylesheet" data-premailer="ignore">
{% load i18n static %}

<style>
{% include './assets/css/gitcoin.css' %}
{% include './assets/css/town_square.css' %}
{% include './assets/css/activity_stream.css' %}
</style>

<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap" rel="stylesheet" data-premailer="ignore">

0 comments on commit 8864320

Please sign in to comment.