Created
February 11, 2015 15:25
-
-
Save jlukic/4a19d609b53800ae7eaf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * Globals */ | |
| .reset() { @import 'semantic-ui/definitions/globals/reset.less'; } | |
| .site() { @import 'semantic-ui/definitions/globals/site.less'; } | |
| /* Elements */ | |
| .button() { @import 'semantic-ui/definitions/elements/button.less'; } | |
| .divider() { @import 'semantic-ui/definitions/elements/divider.less'; } | |
| .flag() { @import 'semantic-ui/definitions/elements/flag.less'; } | |
| .header() { @import 'semantic-ui/definitions/elements/header.less'; } | |
| .icon() { @import 'semantic-ui/definitions/elements/icon.less'; } | |
| .image() { @import 'semantic-ui/definitions/elements/image.less'; } | |
| .input() { @import 'semantic-ui/definitions/elements/input.less'; } | |
| .label() { @import 'semantic-ui/definitions/elements/label.less'; } | |
| .list() { @import 'semantic-ui/definitions/elements/list.less'; } | |
| .loader() { @import 'semantic-ui/definitions/elements/loader.less'; } | |
| .rail() { @import 'semantic-ui/definitions/elements/rail.less'; } | |
| .reveal() { @import 'semantic-ui/definitions/elements/reveal.less'; } | |
| .segment() { @import 'semantic-ui/definitions/elements/segment.less'; } | |
| .step() { @import 'semantic-ui/definitions/elements/step.less'; } | |
| /* Collections */ | |
| .breadcrumb() { @import 'semantic-ui/definitions/collections/breadcrumb.less'; } | |
| .form() { @import 'semantic-ui/definitions/collections/form.less'; } | |
| .grid() { @import 'semantic-ui/definitions/collections/grid.less'; } | |
| .menu() { @import 'semantic-ui/definitions/collections/menu.less'; } | |
| .message() { @import 'semantic-ui/definitions/collections/message.less'; } | |
| .table() { @import 'semantic-ui/definitions/collections/table.less'; } | |
| /* Modules */ | |
| .accordion() { @import 'semantic-ui/definitions/modules/accordion.less'; } | |
| .checkbox() { @import 'semantic-ui/definitions/modules/checkbox.less'; } | |
| .dimmer() { @import 'semantic-ui/definitions/modules/dimmer.less'; } | |
| .dropdown() { @import 'semantic-ui/definitions/modules/dropdown.less'; } | |
| .modal() { @import 'semantic-ui/definitions/modules/modal.less'; } | |
| .nag() { @import 'semantic-ui/definitions/modules/nag.less'; } | |
| .popup() { @import 'semantic-ui/definitions/modules/popup.less'; } | |
| .progress() { @import 'semantic-ui/definitions/modules/progress.less'; } | |
| .rating() { @import 'semantic-ui/definitions/modules/rating.less'; } | |
| .search() { @import 'semantic-ui/definitions/modules/search.less'; } | |
| .shape() { @import 'semantic-ui/definitions/modules/shape.less'; } | |
| .sidebar() { @import 'semantic-ui/definitions/modules/sidebar.less'; } | |
| .sticky() { @import 'semantic-ui/definitions/modules/sticky.less'; } | |
| .tab() { @import 'semantic-ui/definitions/modules/tab.less'; } | |
| .transition() { @import 'semantic-ui/definitions/modules/transition.less'; } | |
| .video() { @import 'semantic-ui/definitions/modules/video.less'; } | |
| /* Views */ | |
| .ad() { @import 'semantic-ui/definitions/views/ad.less'; } | |
| .card() { @import 'semantic-ui/definitions/views/card.less'; } | |
| .comment() { @import 'semantic-ui/definitions/views/comment.less'; } | |
| .feed() { @import 'semantic-ui/definitions/views/feed.less'; } | |
| .item() { @import 'semantic-ui/definitions/views/item.less'; } | |
| .statistic() { @import 'semantic-ui/definitions/views/statistic.less'; } | |
| .reset(); | |
| .site(); | |
| .button(); | |
| .divider(); | |
| .flag(); | |
| .header(); | |
| .icon(); | |
| .image(); | |
| .input(); | |
| .label(); | |
| .list(); | |
| .loader(); | |
| .rail(); | |
| .reveal(); | |
| .segment(); | |
| .step(); | |
| .breadcrumb(); | |
| .form(); | |
| .grid(); | |
| .menu(); | |
| .message(); | |
| .table(); | |
| .accordion(); | |
| .checkbox(); | |
| .dimmer(); | |
| .dropdown(); | |
| .modal(); | |
| .nag(); | |
| .popup(); | |
| .progress(); | |
| .rating(); | |
| .search(); | |
| .shape(); | |
| .sidebar(); | |
| .sticky(); | |
| .tab(); | |
| .transition(); | |
| .video(); | |
| .ad(); | |
| .card(); | |
| .comment(); | |
| .feed(); | |
| .item(); | |
| .statistic(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment