Skip to content

Commit 4db152a

Browse files
Merge pull request #2 from CastleCSS/folders
Folders
2 parents 1bb51a3 + 0d857bd commit 4db152a

File tree

10 files changed

+13
-9
lines changed

10 files changed

+13
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "castlecss-core",
3-
"version": "1.0.0",
3+
"version": "1.2.0",
44
"description": "CastleCSS a SCSS framework with modular building blocks for the web",
55
"main": "index.js",
66
"scripts": {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

sass/static_content.scss renamed to sass/layout/static_content.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
.container {
3232
width: $b5-container;
3333
}
34-
}
34+
}

sass/main.scss

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
@import 'reset';
2-
@import 'variables';
3-
@import 'grid';
4-
@import 'defaults';
5-
@import 'mixins';
6-
@import 'utility';
7-
@import 'utility_spacers';
1+
/* Base */
2+
@import 'base/reset';
3+
@import 'base/variables';
4+
@import 'base/defaults';
5+
@import 'base/mixins';
6+
@import 'base/utility';
7+
@import 'base/utility_spacers';
8+
9+
/* Layout */
10+
@import 'layout/grid';
11+
@import 'layout/static_content';

0 commit comments

Comments
 (0)