Skip to content

Commit

Permalink
Restructure CSS folders
Browse files Browse the repository at this point in the history
I renamed layout to pages, which is more coherent with the current JS folder structure and won't be ambiguous.

Closes #32
  • Loading branch information
mxstbr committed Dec 25, 2015
1 parent b5d8d2e commit 59377d0
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions app/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
/* 3. Base stuff */
@import 'base/*.css';

/* 4. Layout-related sections */
@import 'layout/*.css';
/* 4. Pages */
@import 'pages/*.css';

/* 5. Components */
@import 'components/*.css';
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/CSS.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The boilerplate comes with a basic folder structure to keep the CSS files organi

* `components`: Component specific styling, e.g. buttons, modals,...

* `layout`: Bigger layouts, e.g. article, homepage,...
* `pages`: Pages, e.g. Homepage, About Page,...

* `utils`: Utility files, e.g. variables, mixins, functions,...

Expand Down

0 comments on commit 59377d0

Please sign in to comment.