diff options
Diffstat (limited to 'src/components/icon.style.js')
| -rw-r--r-- | src/components/icon.style.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/icon.style.js b/src/components/icon.style.js index 1e2781d6..732cf16f 100644 --- a/src/components/icon.style.js +++ b/src/components/icon.style.js @@ -1,3 +1,4 @@ export default { - name: 'Icon' + name: 'Icon', + selector: '.icon' } |
