Skip to content

Instantly share code, notes, and snippets.

@seancdavis
Last active May 30, 2017 18:49
Show Gist options
  • Save seancdavis/e9b36b3afc151795d6e3d524bc9d0e7e to your computer and use it in GitHub Desktop.
Save seancdavis/e9b36b3afc151795d6e3d524bc9d0e7e to your computer and use it in GitHub Desktop.
Multiple CSS Imports
@import url('//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.css');
@import url('//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.css');
.row {
text-align: center;
}
@import url('//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.css');
@import url('//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.css');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment