-
-
Save enyasar/7474080d6e8c8a2212b5 to your computer and use it in GitHub Desktop.
Revisions
-
ademilter renamed this gist
May 4, 2015 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
ademilter revised this gist
May 4, 2015 . 1 changed file with 1 addition and 1 deletion.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 @@ -13,7 +13,7 @@ css/ | |-- ... | |-- utility/ # İnce ayarlar | |-- _typography.scss - h, p, em, sub gibi tipografi ayarları | |-- _icons.scss - svg veya font ikon tanımlamaları | |-- ... | -
ademilter revised this gist
May 4, 2015 . 1 changed file with 3 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 @@ -13,7 +13,7 @@ css/ | |-- ... | |-- utility/ # İnce 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ı | |-- _header.scss | |-- _footer.scss | |-- _breadcrumbs.scss | |-- ... | |-- pages/ # Sayfaya özel still tanımlamaları | |-- _home.scss | |-- _categories.scss | -
ademilter revised this gist
May 4, 2015 . 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 @@ -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ı | |-- ... | |-- utility/ # İnce ayarlar | |-- _typography.scss - h, p, em, sub gibi tipografi ayarları | |-- _icons.scss - svg veya font ikon tanımlamaları | |-- ... | -
ademilter revised this gist
May 4, 2015 . 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 @@ -5,15 +5,15 @@ css/ | |-- _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ı | |-- ... | -
ademilter revised this gist
May 4, 2015 . 1 changed file with 1 addition and 1 deletion.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,5 +1,5 @@ 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 -
ademilter revised this gist
May 4, 2015 . 1 changed file with 15 additions and 15 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,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... | |-- _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" -
ademilter created this gist
May 4, 2015 .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 @@ 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 | |-- ...