Skip to content

Instantly share code, notes, and snippets.

@enyasar
Forked from ademilter/Proje Klasör Düzeni
Last active August 29, 2015 14:20
Show Gist options
  • Select an option

  • Save enyasar/7474080d6e8c8a2212b5 to your computer and use it in GitHub Desktop.

Select an option

Save enyasar/7474080d6e8c8a2212b5 to your computer and use it in GitHub Desktop.

Revisions

  1. @ademilter ademilter renamed this gist May 4, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. @ademilter ademilter revised this gist May 4, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion css
    Original file line number Diff line number Diff line change
    @@ -13,7 +13,7 @@ css/
    | |-- ...
    |
    |-- utility/ # İnce ayarlar
    | |-- _typography.scss - h, p, em, sub gibi tipografi ayarları
    | |-- _typography.scss - h, p, em, sub gibi tipografi ayarları
    | |-- _icons.scss - svg veya font ikon tanımlamaları
    | |-- ...
    |
  3. @ademilter ademilter revised this gist May 4, 2015. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions css
    Original file line number Diff line number Diff line change
    @@ -13,7 +13,7 @@ css/
    | |-- ...
    |
    |-- utility/ # İnce ayarlar
    | |-- _typography.scss - h, p, em, sub gibi tipografi ayarları
    | |-- _typography.scss - h, p, em, sub gibi tipografi ayarları
    | |-- _icons.scss - svg veya font ikon tanımlamaları
    | |-- ...
    |
    @@ -23,13 +23,13 @@ css/
    | |-- _form.scss - button, textbox, checkbox, select gibi sitiller
    | |-- ...
    |
    |-- global/ # Global stil dosyaları
    |-- global/ # Global stil dosyaları
    | |-- _header.scss
    | |-- _footer.scss
    | |-- _breadcrumbs.scss
    | |-- ...
    |
    |-- pages/ # Sayfaya özel still tanımlamaları
    |-- pages/ # Sayfaya özel still tanımlamaları
    | |-- _home.scss
    | |-- _categories.scss
    |
  4. @ademilter ademilter revised this gist May 4, 2015. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions css
    Original file line number Diff line number Diff line change
    @@ -9,11 +9,11 @@ css/
    | |-- _normalize.scss - https://github.com/necolas/normalize.css
    | |-- _formalize.scss - https://github.com/interacthings/formalize.css/
    |
    |-- plugin/ # Eklentilere ait stil dosyaları
    |-- plugin/ # Eklentilere ait stil dosyaları
    | |-- ...
    |
    |-- utility/ # İnce ayarlar
    | |-- _typography.scss - h, p, em, sub gibi tipografi ayarları
    | |-- _typography.scss - h, p, em, sub gibi tipografi ayarları
    | |-- _icons.scss - svg veya font ikon tanımlamaları
    | |-- ...
    |
  5. @ademilter ademilter revised this gist May 4, 2015. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions css
    Original file line number Diff line number Diff line change
    @@ -5,15 +5,15 @@ css/
    | |-- _function.scss
    | |-- _mixin.scss
    |
    |-- helper/ # Yardımcı dosyalar
    |-- helper/ # Yardımcı dosyalar
    | |-- _normalize.scss - https://github.com/necolas/normalize.css
    | |-- _formalize.scss - https://github.com/interacthings/formalize.css/
    |
    |-- plugin/ # Eklentilere ait stil dosyaları
    | |-- ...
    |
    |-- utility/ # İnce ayarlar
    | |-- _typography.scss - h, p, em, sub gibi tipografi ayarları
    | |-- _typography.scss - h, p, em, sub gibi tipografi ayarları
    | |-- _icons.scss - svg veya font ikon tanımlamaları
    | |-- ...
    |
  6. @ademilter ademilter revised this gist May 4, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion css
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    css/
    |-- option/ # Ayarlar, Değişkenler ve Fonksiyonlar
    |-- option/ # Ayarlar, Değişkenler ve Fonksiyonlar
    | |-- _theme.scss - projenin renk kodları ve genel tema ayarları
    | |-- _values.scss - offset, size, genel font ayarları, vs...
    | |-- _function.scss
  7. @ademilter ademilter revised this gist May 4, 2015. 1 changed file with 15 additions and 15 deletions.
    30 changes: 15 additions & 15 deletions css
    Original file line number Diff line number Diff line change
    @@ -1,39 +1,39 @@
    css/
    |-- option/ # Ayarlar, Değişkenler ve Fonksiyonlar
    | |-- _theme.scss - projenin renk kodları ve genel tema ayarları
    | |-- _values.scss - offset, size, genel font ayarları, vs...
    |-- option/ # Ayarlar, Değişkenler ve Fonksiyonlar
    | |-- _theme.scss - projenin renk kodları ve genel tema ayarları
    | |-- _values.scss - offset, size, genel font ayarları, vs...
    | |-- _function.scss
    | |-- _mixin.scss
    |
    |-- helper/ # Yardımcı dosyalar
    |-- helper/ # Yardımcı dosyalar
    | |-- _normalize.scss - https://github.com/necolas/normalize.css
    | |-- _formalize.scss - https://github.com/interacthings/formalize.css/
    |
    |-- plugin/ # Eklentilere ait stil dosyaları
    |-- plugin/ # Eklentilere ait stil dosyaları
    | |-- ...
    |
    |-- utility/ # İnce ayarlar
    | |-- _typography.scss - h, p, em, sub gibi tipografi ayarları
    | |-- _icons.scss - svg veya font ikon tanımlamaları
    |-- utility/ # İnce ayarlar
    | |-- _typography.scss - h, p, em, sub gibi tipografi ayarları
    | |-- _icons.scss - svg veya font ikon tanımlamaları
    | |-- ...
    |
    |-- component/ # Tamamlayıcılar
    | |-- _form.scss - button, textbox, checkbox, select gibi sitiller
    | |-- _grid.scss - grid
    | |-- _form.scss - button, textbox, checkbox, select gibi sitiller
    |-- component/ # Tamamlayıcılar
    | |-- _form.scss - button, textbox, checkbox, select gibi sitiller
    | |-- _grid.scss - grid
    | |-- _form.scss - button, textbox, checkbox, select gibi sitiller
    | |-- ...
    |
    |-- global/ # Global stil dosyaları
    |-- global/ # Global stil dosyaları
    | |-- _header.scss
    | |-- _footer.scss
    | |-- _breadcrumbs.scss
    | |-- ...
    |
    |-- pages/ # Sayfaya özel still tanımlamaları
    |-- pages/ # Sayfaya özel still tanımlamaları
    | |-- _home.scss
    | |-- _categories.scss
    |
    |-- main.scss # Ana kapsayıcı (direkt olarak css yazılmaz sadece import edilir)
    |-- main.scss # Ana kapsayıcı (direkt olarak css yazılmaz sadece import edilir)
    | |-- // Option
    | |-- @import "option/theme"
    | |-- @import "option/values"
  8. @ademilter ademilter created this gist May 4, 2015.
    48 changes: 48 additions & 0 deletions css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,48 @@
    css/
    |-- option/ # Ayarlar, Değişkenler ve Fonksiyonlar
    | |-- _theme.scss - projenin renk kodları ve genel tema ayarları
    | |-- _values.scss - offset, size, genel font ayarları, vs...
    | |-- _function.scss
    | |-- _mixin.scss
    |
    |-- helper/ # Yardımcı dosyalar
    | |-- _normalize.scss - https://github.com/necolas/normalize.css
    | |-- _formalize.scss - https://github.com/interacthings/formalize.css/
    |
    |-- plugin/ # Eklentilere ait stil dosyaları
    | |-- ...
    |
    |-- utility/ # İnce ayarlar
    | |-- _typography.scss - h, p, em, sub gibi tipografi ayarları
    | |-- _icons.scss - svg veya font ikon tanımlamaları
    | |-- ...
    |
    |-- component/ # Tamamlayıcılar
    | |-- _form.scss - button, textbox, checkbox, select gibi sitiller
    | |-- _grid.scss - grid
    | |-- _form.scss - button, textbox, checkbox, select gibi sitiller
    | |-- ...
    |
    |-- global/ # Global stil dosyaları
    | |-- _header.scss
    | |-- _footer.scss
    | |-- _breadcrumbs.scss
    | |-- ...
    |
    |-- pages/ # Sayfaya özel still tanımlamaları
    | |-- _home.scss
    | |-- _categories.scss
    |
    |-- main.scss # Ana kapsayıcı (direkt olarak css yazılmaz sadece import edilir)
    | |-- // Option
    | |-- @import "option/theme"
    | |-- @import "option/values"
    | |-- @import "option/function"
    | |-- @import "option/mixing"
    | |--
    | |-- // Helper
    | |-- @import "helper/normalize"
    | |-- @import "helper/formalize"
    | |--
    | |-- // Plugin
    | |-- ...