Skip to content

Commit cb135b4

Browse files
committed
moved css dir
1 parent 3ba66bd commit cb135b4

File tree

10 files changed

+7
-10
lines changed

10 files changed

+7
-10
lines changed

config/webpack.common.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ module.exports = {
1212
resolve: {
1313
extensions: ['', '.ts', '.js'],
1414
root: helpers.root('src'),
15-
modulesDirectories: ['node_modules'],
16-
alias: {
17-
'app': helpers.root('src/app')
18-
}
15+
modulesDirectories: ['node_modules']
1916
},
2017
module: {
2118
preLoaders: [

src/app/app.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import 'src/css/index';
1+
@import 'src/shared/css/index';
22

33
footer {
44
margin-top: 45px;

src/app/components/home/feed.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import 'src/css/index';
1+
@import 'src/shared/css/index';
22

33
.feed li {
44
@extend %list_1;

src/app/components/relationship/related-user-list.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import 'src/css/index';
1+
@import 'src/shared/css/index';
22

33
.users li {
44
@extend %list_1;

src/app/components/user/user-list.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import 'src/css/index';
1+
@import 'src/shared/css/index';
22

33
.users li {
44
@extend %list_1;

src/shared/components/micropost/micropost-list.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import 'src/css/index';
1+
@import 'src/shared/css/index';
22

33
.posts li {
44
@extend %list_1;

src/shared/components/user-stats/user-stats.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import 'src/css/index';
1+
@import 'src/shared/css/index';
22

33
mpt-gravatar {
44
float: left;
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)