Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
Fix sass
Browse files Browse the repository at this point in the history
  • Loading branch information
zuzak committed Mar 20, 2019
1 parent 1deb1d2 commit 17fa4fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scss/index.scss
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* { color: red; }
@import "node_modules/govuk-frontend/all";
2 changes: 1 addition & 1 deletion views/index.njk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "template.njk" %}
{% block head %}
<!--[if !IE 8]><!-->
<link href="/all.css" rel="stylesheet" />
<link href="/index.css" rel="stylesheet" />
<!--<![endif]-->

{# For Internet Explorer 8, you need to compile specific stylesheet #}
Expand Down

0 comments on commit 17fa4fd

Please sign in to comment.