Skip to content

Commit

Permalink
Fix bug in head, add bemto config modifer
Browse files Browse the repository at this point in the history
  • Loading branch information
dimensi committed Jan 15, 2017
1 parent ad45b95 commit a48e7fe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 3 additions & 5 deletions app/blocks/head/head.pug
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ head
meta(charset="utf-8")
meta(name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no")
meta(http-equiv="x-ua-compatible" content="ie=edge")
block head

meta(name='theme-color' content='#ffffff')

+links(['all-styles.css', 'app.css'])
block head
meta(name='theme-color' content='#ffffff')
+links(['all-styles.css', 'app.css'])
2 changes: 2 additions & 0 deletions app/blocks/layout-default/layout-default.pug
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
include /node_modules/bemto.pug/bemto
- set_bemto_settings({ modifier: '--' })

include ../page/page
include ../helpers/scripts
include ../helpers/styles
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulppack",
"version": "1.0.1",
"version": "1.0.3",
"description": "Gulp + Webpack build for frondend",
"main": "gulpfile.js",
"scripts": {
Expand Down

0 comments on commit a48e7fe

Please sign in to comment.