Last active
August 29, 2015 13:57
-
-
Save revuls/9813754 to your computer and use it in GitHub Desktop.
Revisions
-
revuls revised this gist
Mar 27, 2014 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,7 @@ sass/ | |– _texts.scss # Typography rules | |– _lists.scss # Lists | |– _images.scss # Images | |– _forms.scss # Forms | |– _buttons.scss # Buttons | |– _tables.scss # Tables | |– _media.scss # Video and Audio @@ -62,7 +62,7 @@ html/ | |– texts.html # Typography rules | |– lists.html # Lists | |– images.html # Images | |– forms.html # Forms | |– buttons.html # Buttons | |– tables.html # Tables | |– media.html # Video and Audio -
revuls revised this gist
Mar 27, 2014 . 1 changed file with 9 additions and 9 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,4 @@ sass/ | |– 01-elements/ | |– _globals.scss # All the colors, Animations @@ -41,7 +34,14 @@ sass/ | |– _homepage.scss # Index page | |– _contact.scss # Contact page | |– _blog.scss # Blog page | ... # Etc… | |– helpers/ | |– _reset.scss # Reset/normalize | |– _variables.scss # Global Variables | |– _helpers.scss # Helper Classes | |– _mixins.scss # Sass Mixins | ... # Etc… | |– vendors/ | |– _bootstrap.scss # Bootstrap -
revuls revised this gist
Mar 27, 2014 . No changes.There are no files selected for viewing
-
revuls revised this gist
Mar 27, 2014 . 1 changed file with 21 additions and 23 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -26,16 +26,15 @@ sass/ | |– _footer-nav.scss # Footer navigator | |– _tabs.scss # Tabs | |– _breadcrumbs.scss # Dropdown | |– _social.scss # Social Share | |– _accordion.scss # Accordion | ... # Etc… | |– 03-blocks/ | |– _header.scss # Header block | |– _footer.scss # Footer block | |– _article.scss # Article body | |– _posts.scss # posts group | ... # Etc… | |– 04-templates/ @@ -71,24 +70,23 @@ html/ | ... # Etc… | |– 02-groups/ | |– header-nav.html # Header navigation navigator | |– footer-nav.html # Footer navigator | |– tabs.html # Tabs | |– breadcrumbs.html # Dropdown | |– social.html # Social Share | |– accordion.html # Accordion | ... # Etc… | |– 03-blocks/ | |– header.html # Sass Variables | |– footer.html # Sass Functions | |– article.html # Sass Mixins | |– posts.html # Class & placeholders helpers | ... # Etc… | |– 04-templates/ | |– homepage.html # Index page | |– contact.html # Contact page | |– blog.html # Blog page | ... # Etc… -
revuls revised this gist
Mar 27, 2014 . 2 changed files with 94 additions and 47 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,47 +0,0 @@ This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,94 @@ sass/ | |– helpers/ | |– _reset.scss # Reset/normalize | |– _variables.scss # Global Variables | |– _helpers.scss # Helper Classes | |– _mixins.scss # Sass Mixins | ... # Etc… | |– 01-elements/ | |– _globals.scss # All the colors, Animations | |– _fonts.scss # Reset/normalize | |– _texts.scss # Typography rules | |– _lists.scss # Lists | |– _images.scss # Images | |– _forms.scss # Formsy | |– _buttons.scss # Buttons | |– _tables.scss # Tables | |– _media.scss # Video and Audio | |– _links.scss # Links | |– _grids.scss # Grid layout | ... # Etc… | |– 02-groups/ | |– _header-nav.scss # Header navigation navigator | |– _footer-nav.scss # Footer navigator | |– _tabs.scss # Tabs | |– _breadcrumbs.scss # Dropdown | |– _navigation.scss # Navigation | |– _social.scss # Navigation | |– _accordion.scss # Navigation | ... # Etc… | |– 03-blocks/ | |– _header.scss # Sass Variables | |– _footer.scss # Sass Functions | |– _article.scss # Sass Mixins | |– _posts.scss # Class & placeholders helpers | ... # Etc… | |– 04-templates/ | |– _homepage.scss # Index page | |– _contact.scss # Contact page | |– _blog.scss # Blog page | ... # Etc… | |– vendors/ | |– _bootstrap.scss # Bootstrap | |– _jquery-ui.scss # jQuery UI | ... # Etc… | | |– style.scss # primary Sass file html/ | |– 01-elements/ | |– grids.html # Grid layout | |– colors.html # colors | |– fonts.html # Reset/normalize | |– texts.html # Typography rules | |– lists.html # Lists | |– images.html # Images | |– forms.html # Formsy | |– buttons.html # Buttons | |– tables.html # Tables | |– media.html # Video and Audio | |– links.html # Links | ... # Etc… | |– 02-groups/ | |– header-nav.html # Header navigation navigator | |– footer-nav.html # Footer navigator | |– tabs.html # Tabs | |– breadcrumbs.html # Dropdown | |– navigation.html # Navigation | |– social.html # Navigation | |– accordion.html # Navigation | ... # Etc… | |– 03-blocks/ | |– header.html # Sass Variables | |– footer.html # Sass Functions | |– article.html # Sass Mixins | |– posts.html # Class & placeholders helpers | ... # Etc… | |– 04-templates/ | |– homepage.html # Index page | |– contact.html # Contact page | |– blog.html # Blog page | ... # Etc… -
revuls renamed this gist
Mar 27, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
revuls renamed this gist
Mar 27, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
revuls revised this gist
Mar 27, 2014 . 1 changed file with 2 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ sass/ | |– base/ | |– _reset.scss # Reset/normalize @@ -44,5 +44,4 @@ | ... # Etc… | | |– main.scss # primary Sass file -
revuls created this gist
Mar 27, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,48 @@ <pre>sass/ | |– base/ | |– _reset.scss # Reset/normalize | |– _typography.scss # Typography rules | ... # Etc… | |– components/ | |– _buttons.scss # Buttons | |– _carousel.scss # Carousel | |– _cover.scss # Cover | |– _dropdown.scss # Dropdown | |– _navigation.scss # Navigation | ... # Etc… | |– helpers/ | |– _variables.scss # Sass Variables | |– _functions.scss # Sass Functions | |– _mixins.scss # Sass Mixins | |– _helpers.scss # Class & placeholders helpers | ... # Etc… | |– layout/ | |– _grid.scss # Grid system | |– _header.scss # Header | |– _footer.scss # Footer | |– _sidebar.scss # Sidebar | |– _forms.scss # Forms | ... # Etc… | |– pages/ | |– _home.scss # Home specific styles | |– _contact.scss # Contact specific styles | ... # Etc… | |– themes/ | |– _theme.scss # Default theme | |– _admin.scss # Admin theme | ... # Etc… | |– vendors/ | |– _bootstrap.scss # Bootstrap | |– _jquery-ui.scss # jQuery UI | ... # Etc… | | `– main.scss # primary Sass file </pre>