Skip to content

Commit 38191a4

Browse files
committed
upgraded css-modulesify, fixes global opt-in and scoping of animations
1 parent af6a819 commit 38191a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"browserify": "^10.2.3",
2929
"budo": "^4.0.0",
30-
"css-modulesify": "^0.2.2",
30+
"css-modulesify": "^0.2.3",
3131
"garnish": "^2.1.3",
3232
"gh-pages": "git://github.com/markdalgleish/gh-pages#cli-message",
3333
"hyperscript": "^1.4.6",

src/components/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = h('div', { className: styles.app }, [
3131

3232
h('hr', { className: styles.hr }),
3333

34-
h('h2', { className: styles.incomplete }, 'Global Selectors (INCOMPLETE)'),
34+
h('h2', { className: styles.incomplete }, 'Global Selectors'),
3535
h('p', [
3636
'Although they should be used as sparingly as possible, ',
3737
h('strong', 'global selectors are still available when required.')
@@ -73,7 +73,7 @@ module.exports = h('div', { className: styles.app }, [
7373

7474
h('hr', { className: styles.hr }),
7575

76-
h('h2', { className: styles.incomplete }, 'Scoped Animations (INCOMPLETE)'),
76+
h('h2', { className: styles.incomplete }, 'Scoped Animations'),
7777
h('p', [
7878
'CSS Modules even provide ',
7979
h('strong', 'locally scoped animations'),

0 commit comments

Comments
 (0)