Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.93 KB

readme.md

File metadata and controls

22 lines (16 loc) · 1.93 KB

fluidLESS Framework - Version 1.4

Is a fluid-width grid system composed out of 18 even columns utilizing LESS. Based on Joni Korpi's Golden Grid System.

See a demo of fluidLESS.

File list

  • /example contains the source of the latest release of the fluidLESS framework.
  • /rework contains the source of bleeding edge fluidLESS framework.
  • barebones.html contains the required markup (namely the meta viewport tag) in a skeleton layout.
  • fluid.less is the LESS stylesheet minus the variables. It offers customization for users wishing to utalize LESS. Within fluid.less is also many sub-files to make it easier to understand the layout.
  • settings.less is the LESS variables for fluidLESS.
  • custom.less add your own LESS variables to the fluidLESS framework.
  • fluid.js contains Golden Gridlet, a script that overlays the fluidLESS grid and a baseline grid of 1.5em onto the page. Can be customized around the top of the file. Powered by the Ender library.
  • fitVids.js contains the code used for resizable iframes which you can find the source to here.
  • kendo.web.min.js contains base code for KendoUI, used for example purposes only. Check out Telerik's awesome KendoUI for more information.

Credits

fluidLESS Framework Developed by Snailface / @snailface. Licensed under MIT. fitVids, KendoUI and other libaries included in this framework are not my works nor do I claim responsibility to them or liciense them under MIT. These third-party libaries included are currently open source however, that is subject to change without notice.