Skip to content

Commit

Permalink
Restructurize stylesheets
Browse files Browse the repository at this point in the history
  • Loading branch information
matteodem committed Aug 15, 2014
1 parent e68ff9e commit 9506d6d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 0 additions & 7 deletions client/stylesheets/content.less

This file was deleted.

9 changes: 8 additions & 1 deletion client/stylesheets/helpers.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
@import 'variables.less';
@import 'lib/elements.less';

// Global helper styles
/* -------------------
Helper styles
------------------- */

.padding-wrapper {
padding: 20px;
}

.aligned {
&.center {
Expand Down
1 change: 1 addition & 0 deletions client/stylesheets/main.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// General styles, e. g. for the body tag
@import 'helpers.less';
@import 'variables.less';
@import 'lib/elements.less';

Expand Down

0 comments on commit 9506d6d

Please sign in to comment.