We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can't seem to @import boostrap and bootstrap-responsive in my bootstraploader.css.scss file.
Have tried bootstrap first and responsive first. just get error
Invalid CSS after "": expected selector or at-rule, was "<!DOCTYPE html>" (in c:/black blah blah /bootstraploader.css.scss)
File looks like this
@import 'bootstrap-responsive'; @import 'bootstrap'; body { padding-top: 10px; }
Is it a case of either having responsive or bootstrap which is not clear or am I missing something obvious?
The text was updated successfully, but these errors were encountered:
My bad, rogue boostrap in vendors directory, sorry ;-)
Sorry, something went wrong.
No branches or pull requests
Can't seem to @import boostrap and bootstrap-responsive in my bootstraploader.css.scss file.
Have tried bootstrap first and responsive first. just get error
File looks like this
Is it a case of either having responsive or bootstrap which is not clear or am I missing something obvious?
The text was updated successfully, but these errors were encountered: