Skip to content

Commit

Permalink
move file
Browse files Browse the repository at this point in the history
  • Loading branch information
coachmaxz committed Feb 12, 2018
1 parent d644e81 commit bbce7b3
Show file tree
Hide file tree
Showing 16 changed files with 14 additions and 20 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
source/
compile-scss
compile-minify-scss
!.gitignore
2 changes: 0 additions & 2 deletions scss/css-style/.gitignore

This file was deleted.

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.
16 changes: 8 additions & 8 deletions scss/cyber-build.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
* CSS Style
* ============================================= */

@import 'css-style/_main';
@import 'css/_main';

@import 'getting-started/grid/_flex-grid';
@import 'getting/_flex-grid';

@import 'css-style/_background';
@import 'css-style/_text';
@import 'css/_background';
@import 'css/_text';

@import 'css-style/_table';
@import 'css-style/_form';
@import 'css/_table';
@import 'css/_form';

@import 'css-style/_image';
@import 'css-style/_button';
@import 'css/_image';
@import 'css/_button';
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* setting
* ============================================= */

@import '../../variables/_setting';
@import '../../variables/_column';
@import '../variables/_setting';
@import '../variables/_column';

/* =============================================
* column
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* setting
* ============================================= */

@import '../../variables/_setting';
@import '../variables/_setting';

/* =============================================
* container
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* setting
* ============================================= */

@import '../../variables/_setting';
@import '../../mixins/_component';
@import '../variables/_setting';
@import '../mixins/_component';

/* =============================================
* row
Expand Down
1 change: 0 additions & 1 deletion styles/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion styles/cyber.min.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bbce7b3

Please sign in to comment.