Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What would be the process of changing to using the flatly theme #17

Closed
srizzling opened this issue Jan 29, 2014 · 4 comments
Closed

What would be the process of changing to using the flatly theme #17

srizzling opened this issue Jan 29, 2014 · 4 comments

Comments

@srizzling
Copy link

No description provided.

@sahat
Copy link
Owner

sahat commented Jan 29, 2014

I have just pushed an update, so now you could simply change @import "themes/default"; to @import "themes/flatly";.

Basically, all the styles that were previously in styles.less have been moved to themes/default.less, and styles.less now contains only the common styles, e.g. #footer, #wrapper, social buttons.

@mardadi
Copy link

mardadi commented Jan 29, 2014

One more question on themes. I want to use http://bootswatch.com/amelia/. Is this possible easily? Thanks.

@sahat
Copy link
Owner

sahat commented Jan 29, 2014

@mardadi What I did with flatly, I downloaded bootswatch.less and variables.less. Then placed everything from variables.less at the top of bootswatch.less. Finally, renamed bootswatch.less to flatly.less. You don't have two combine variables and bootswatch files, but I find it's easier to work with when you have everything inside one LESS file for that particular theme.

So just follow these steps, then place your amelia.less into themes folder and then change the default theme to amelia in styles.less.

Sent from my iPhone

On Jan 29, 2014, at 1:22 AM, mardadi notifications@github.com wrote:

One more question on themes. I want to use http://bootswatch.com/amelia/. Is this possible easily? Thanks.


Reply to this email directly or view it on GitHub.

@mardadi
Copy link

mardadi commented Jan 29, 2014

Awesome, that worked! I made a slight modification so I could preserve the flatly theme. I copied the combined variables.less and bootswatch.less to a new file called amelia.less under the themes folder. Then updated theme from default to amelia. Thanks again for your starter kit. Awesome work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants