Skip to content

Commit

Permalink
Updated gruntfile csslint;
Browse files Browse the repository at this point in the history
Update to Bootstrap 3.0 styles;
Added tagsinput feedback-icon classes;
Updated variables.less spaces;
  • Loading branch information
unknown committed Nov 17, 2014
1 parent 7728e21 commit 26a3e2a
Show file tree
Hide file tree
Showing 15 changed files with 361 additions and 135 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ module.exports = function (grunt) {

csslint: {
options: {
csslintrc: 'less/.csslintrc'
csslintrc: 'less/.csslintrc',
'overqualified-elements': false
},
src: [
'dist/css/<%= pkg.name %>.css'
Expand Down
160 changes: 136 additions & 24 deletions dist/css/flat-ui.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/flat-ui.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/css/flat-ui.min.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<!-- Loading Bootstrap -->
<link href="css/vendor/bootstrap.min.css" rel="stylesheet">
<link href="../dist/css/vendor/bootstrap.min.css" rel="stylesheet">

<!-- Loading Flat UI -->
<link href="css/flat-ui.css" rel="stylesheet">
<link href="../dist/css/flat-ui.min.css" rel="stylesheet">

<link rel="shortcut icon" href="img/favicon.ico">

Expand All @@ -27,9 +27,9 @@ <h1>Hello, world!</h1>


<!-- jQuery (necessary for Flat UI's JavaScript plugins) -->
<script src="js/vendor/jquery.min.js"></script>
<script src="../dist/js/vendor/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/flat-ui.min.js"></script>
<script src="../dist/js/flat-ui.min.js"></script>

</body>
</html>
Loading

0 comments on commit 26a3e2a

Please sign in to comment.