Skip to content

Instantly share code, notes, and snippets.

@scabbiaza
Last active August 29, 2015 14:27
Show Gist options
  • Save scabbiaza/5b3196c017e78b3cfb5c to your computer and use it in GitHub Desktop.
Save scabbiaza/5b3196c017e78b3cfb5c to your computer and use it in GitHub Desktop.
Semantic-UI flexibility

Ability to compile styles from own build system πŸ‘

How to: https://github.com/Semantic-Org/Semantic-UI-LESS

Ability to store site styles separately from semantic and in own place πŸ‘

Put files wherever you need, but update path to this folder in the theme.config

Ability to exclude base semantic files from VCS πŸ‘

Put theme.config under VCS in own folder and create symlink in the semantic vendors folder to this file.

Include only some styles from framework πŸ‘

How to: https://github.com/Semantic-Org/Semantic-UI-LESS

Overwrite variables πŸ‘

Just add this code into the styles in your site folder

Use semantic variables πŸ‘

Do it in the files that are under namespace that use some particular variable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment