Coder Social home page Coder Social logo

flexiblegs-scss-plus's People

Contributors

bassjobsen avatar bcinarli avatar dnomak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

flexiblegs-scss-plus's Issues

Kenar çubuğu yapılabilir mi?

http://getbootstrap.com/examples/dashboard/ sizin kütüphaneyle bunun gibi birşey yapmak doğru olur mu?

ilk aklıma gelen;

*-3-12 ve *-9-12 şeklinde ki yapıda 3 olanı sabitleyip 9 a 3 ün genişliği kadar margin-left vermek, * eklerde bunu tekrarlamak gerekiyor, bu da kodu uzatıyor.

bir diğeri ise;

<div class="wrapper">
  <aside class="sol"> sol </aside>
  <section class="sag">sağ </section>
</div>

diye ayırıp

.wrapper {
    height: 100%;
}

aside.sol {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #333;
    width: 260px;
}

section.sag {
    width: calc(100% - 260px);
    margin-left:260px;
    min-height: 100%;
}

stillerini vererek kütaphaneyi section içinde kullanmak.

hangisi doğru olur.

Easier to read version?

flexible.css has lines that are over 7000 columns wide. It would be nice to have it formatted so it's easy to read.

Instead of this:
.xs-18-9,.xs-20-10,.xs-24-12{width:50%;}.xs-3-1,.xs-6-2,.xs-12-4,.xs-15-5,.xs-21-7,.xs-24-8{width:33.333333333333336%;}

Something like this:

.xs-20-10,
.xs-24-12 {
  width:50%;
}

.xs-3-1,
.xs-6-2,
.xs-12-4,
.xs-15-5,
.xs-21-7,
.xs-24-8 {
  width:33.333333333333336%;
}

Minified file size is very large

flexible.min.css is 391KB, this rather large for a full site CSS file let alone one focused purely on layout.

I'm not sure what to suggest but maybe further optimisation should be considered.

Görebildiğim düzeltmeler

Merhabalar,
Yeni versiyondan sonra Flexible.gs sitesinde yapılması gerektiğini düşündüğüm birkaç düzeltme var. Fazla vaktim olmadığı için buradan paylaşmak istedim.

Flexible.gs sitesindeki güncellemeler:

  1. Yeni eklenen wrap "stretch" özelliği eklenmeli (Grid builder'a da eklenmeli tabi.)
  2. SCSS Plus settings dosyası indirme linki acilen güncellenmeli. (https://dnomak.com/flexiblegs/install/scss-plus/)
  3. ve bir de: "col-width" özelliği tamamen kaldırılmalı bence. Hem dökümanlardan hem de kodlardan. :)

Umarım yardımcı olur, selamlar.. :)

add class .*-table and .*-not-table

example

.xl-table {
  display: table;
  table-layout: fixed;
}
.xl-table > * {
  display: table-cell;
}
.xl-not-table {
  display: block;
  table-layout: auto;
}
.xl-not-table > * {
  display: inline-block;
}

Convert to SCSS

Would be nice if the source is available in SCSS. Im Working on it right now.

bower.json main attribute

I used bower to add flexiblegs to my project and I use gulp to inject my deps. I got this error:
flexible.gs was not injected in your file. Please go take a look in "src/bower_components/flexible.gs" for the file you need, then manually include it in your file.

I fixed the problem by pointing to the css file in the flexiblegs .bower.json file with this line:
"main": "static/css/flexiblegs/flexiblegs.css"

I would of just made a pull request but I don't see a .bower.json file in the current Github repo and am a little confused how that all works. I've never published to bower. Also I realize this might be intentional because there are Sass, LESS, and Stylus options. A workaround would be nice though. It's annoying when bower components don't just work after install.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.