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

How to add @import at the end of the application.css file? #12

Open
jitendravyas opened this issue Aug 26, 2014 · 0 comments
Open

How to add @import at the end of the application.css file? #12

jitendravyas opened this issue Aug 26, 2014 · 0 comments

Comments

@jitendravyas
Copy link

I'm using this plugin in a Rails project. I added this gem into my Gemfile and downloaded and then imported a CSS files at the end of my main.css like below.

@import "overlay";
@import "responsive/sticky_notes";
@import "responsive/campaign_listing";
@import "responsive/pop_up";
@import "responsive/ribbon";
@import "CSS:bootstrap-tabdrop/build/css/bootstrap-tabdrop.css";

Output I'm getting is this at top

@import url(CSS:bootstrap-tabdrop/build/css/bootstrap-tabdrop.css);

How to move it to bottom?

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

1 participant