Skip to content
This repository has been archived by the owner on Jul 28, 2019. It is now read-only.

v1.0.0-beta.2 #19

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

v1.0.0-beta.2 #19

wants to merge 5 commits into from

Conversation

d8vjork
Copy link
Member

@d8vjork d8vjork commented Nov 29, 2017

No description provided.

@d8vjork d8vjork added this to the 1.0.0 milestone Nov 29, 2017
@d8vjork d8vjork self-assigned this Nov 29, 2017
@@ -13,3 +13,7 @@ nav {
& li { list-style: none; }
&.has-active a:not(.active) { color: $gray-00; }
}

.unstyled a {
color: $gray-00 !important;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unexpected !important declaration-no-important

},
'postcss-cssnext': {}
}
})

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing semicolon.

@@ -0,0 +1,16 @@
const pkg = require('./package.json')

module.exports = (ctx) => ({

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').

@@ -0,0 +1,16 @@
const pkg = require('./package.json')

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
Missing semicolon.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants