Browse Source

Fix icon banner in icons, add visiblity to single component releases

pull/1944/head
jlukic 10 years ago
parent
commit
c7a1b47599
2 changed files with 2 additions and 12 deletions
  1. 11
      src/themes/default/elements/icon.overrides
  2. 3
      tasks/config/admin/release.js

11
src/themes/default/elements/icon.overrides

@ -1,14 +1,3 @@
/*!
* # Semantic UI - Icon
* http://github.com/semantic-org/semantic-ui/
*
*
* Copyright 2014 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*
* Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)

3
tasks/config/admin/release.js

@ -104,6 +104,7 @@ module.exports = {
'tab',
'table',
'transition',
'video'
'video',
'visibility'
]
};
Loading…
Cancel
Save