Created
March 6, 2020 09:10
-
-
Save bartocc/18a4087776d1efcf5b3bc9aa27abd506 to your computer and use it in GitHub Desktop.
ember-fui-less snippets
This file contains 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
/* Elements */ | |
& { @import "definitions/elements/button"; } // My app uses fomantic-ui buttons | |
& { @import "definitions/elements/container"; } // My app uses fomantic-ui containers | |
// My app DOES NOT need these ⬇️ fomantic-ui elements | |
// & { @import "definitions/elements/divider"; } | |
// & { @import "definitions/elements/emoji"; } | |
// & { @import "definitions/elements/flag"; } | |
// & { @import "definitions/elements/header"; } | |
// & { @import "definitions/elements/icon"; } | |
// & { @import "definitions/elements/image"; } | |
// & { @import "definitions/elements/input"; } | |
// & { @import "definitions/elements/label"; } | |
// & { @import "definitions/elements/list"; } | |
// & { @import "definitions/elements/loader"; } | |
// & { @import "definitions/elements/placeholder"; } | |
// & { @import "definitions/elements/rail"; } | |
// & { @import "definitions/elements/reveal"; } | |
// & { @import "definitions/elements/segment"; } | |
// & { @import "definitions/elements/step"; } | |
// & { @import "definitions/elements/text"; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment