Skip to content

Commit

Permalink
resolve path error
Browse files Browse the repository at this point in the history
  • Loading branch information
chemdemo committed Aug 18, 2015
1 parent 880062b commit fdcc0da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/js/components/dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
* @Author: dm.yang
* @Date: 2015-03-10 16:15:27
* @Last Modified by: dmyang
* @Last Modified time: 2015-08-18 19:02:15
* @Last Modified time: 2015-08-18 20:43:58
*/

'use strict';

require('../../scss/components/dialog.scss');
require('../../css/components/dialog.css');

console.info('require dialog module.');

Expand Down
4 changes: 2 additions & 2 deletions src/js/components/toast.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
* @Author: dm.yang
* @Date: 2015-03-12 13:37:19
* @Last Modified by: dmyang
* @Last Modified time: 2015-08-18 19:02:22
* @Last Modified time: 2015-08-18 20:44:05
*/

'use strict';

require('../../scss/components/toast.scss');
require('../../css/components/toast.css');

console.info('require toast module.');

Expand Down
4 changes: 2 additions & 2 deletions src/scss/_mixins.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import "variables";
@import "prefixer";
@import "./_variables";
@import "./_prefixer";

@mixin clearfix {
content: ' ';
Expand Down

0 comments on commit fdcc0da

Please sign in to comment.