Last active
December 10, 2015 18:58
-
-
Save csessig86/2efb16e5955a468693a8 to your computer and use it in GitHub Desktop.
Usemin CSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- build:css /css/styles-combined.css --> | |
<!-- DO NOT include ?ver at the end of any of these files or else the files won't combine right --> | |
<!-- CSS Includes --> | |
<link rel="stylesheet" href="/CSS/lib/bootstrap.min.css" type="text/css" media="screen"> | |
<link rel="stylesheet" href="/CSS/min/pullout-quote.min.css" type="text/css" media="all" id="pullout_quote-css"> | |
<link rel="stylesheet" type="text/css" href="/CSS/entypo/entypo.css"> | |
<link rel="stylesheet" type="text/css" href="/CSS/lib/font-awesome-4.2.0.min.css"> | |
<link rel="stylesheet" type="text/css" href="/CSS/min/defaultstyles.min.css" media="screen"> | |
<link rel="stylesheet" type="text/css" href="/CSS/min/responsiveStoryRoll.min.css"> | |
<link rel="stylesheet" type="text/css" href="/CSS/min/responsiveStoryRail.min.css"> | |
<link rel="stylesheet" type="text/css" href="/CSS/lib/jquery.simpleWeather.min.css"> | |
<link rel="stylesheet" type="text/css" href="/CSS/min/cupertino.min.css"> | |
<link rel="stylesheet" type="text/css" href="/CSS/min/reset.min.css"> | |
<!-- endbuild --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment