Skip to content

Commit

Permalink
screen.scss -> styles.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
einomi committed Feb 1, 2020
1 parent 4ce294b commit 6fb871c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion paths.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default {
templates: './src/assets',
nunj: 'src/assets/templates/pages/**/*.nunj',
scripts: 'src/assets/js/index.js',
styles: 'src/assets/sass/screen.scss',
styles: 'src/assets/sass/styles.scss',
images: 'src/assets/images/**/*.*',
imagesInline: 'src/assets/images/inline/',
fonts: 'src/assets/fonts/**/*.*',
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/assets/templates/ext/base.nunj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>

{% block stylesheets %}
<link rel="stylesheet" href="/assets/css/screen.css?hash"/>
<link rel="stylesheet" href="/assets/css/styles.css?hash"/>
{% endblock stylesheets %}
</head>
<body>
Expand Down

0 comments on commit 6fb871c

Please sign in to comment.