Coder Social home page Coder Social logo

makepixelswork / corebootstrap Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 21.38 MB

CoreBootstrap is a multi-version of the famous Bootstrap. Needs manual version control and compiler software, ie PrePros. Includes almost all major LESS and Sass versions of Twitter Bootstrap v3+, as well as mixin libraries for LessHat and FontAwesome. Released under MIT License, in good faith. No copyright infringement intended.

License: MIT License

HTML 0.53% CSS 7.28% Less 17.18% SCSS 74.96% JavaScript 0.05%
twitter-bootstrap sass lesshat prepros fontawesome less bootstrap font-awesome mixin-libraries bootstrap-website prepros-settings scss

corebootstrap's People

Contributors

makepixelswork avatar

Watchers

 avatar

corebootstrap's Issues

Does a double import have an effect on the final compiled file?

I think I made a mistake here, by importing the whole framework, after I already imported some smaller files.

On the right, is my build file, that compiles the final CSS. On the left is the original bootstrap import. In red the small files I include first, and in yellow the whole framework I include later in my build.

double-import-or-not

When I check the final CSS, there doesn't seem to be anything wrong with the file. I don't see double references inside the compiled file (as of yet). Maybe my PrePros compiler removes the double entries?

Is this a mistake ...or not?

PS: Don't mind the version numbers. The files are just examples.

Only add Font Awesome minor updates (and not patches)

Font Awesome's 5th version (5.x.x) increments too fast. Its minor (5.1 / 5.2 / etc) and patches (5.2.1 / 5.2.2 / etc) are updated within weeks or even days.

During the write-up of this issue, the CoreBootstrap latest Font Awesome version is 5.3.1... whilst Font Awesome itself has gone well into its 5.11.2 version.

I've been thinking to only increment the major and minor releases and link to other version within the readme or additional installation info files.

Or write code that implements this remotely.

Added this as an issue. To be resolved.

Add <q> value to Sass defaults

Add the following code to the base settings in the main sass file.

q {
  &::before {
    margin-left: 2px;
    margin-right: 2px;
  }
  &::after {
    margin-left: 2px;
    margin-right: 2px;
  }
}

Sass variable inside another sass variable / path?

In LESS it is possible to add variables within variables and inject a variable within the path of a folder structure. I've yet to find a solution for this issue for Sass.

Its not a biggy... users are able to update a few instances of code themselves, but its would be handy of this was possible in Sass. This would improve coding a lot. You only need one place to update your framework versioning, and not -like in Font Awesome's case- five updates lines of code.

Example LESS vs Sass vars
less-vs-sass

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.