Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Releases: marcop135/bullframe.css

Utilities reference table, UNPKG, and grid system bug fixes

03 Sep 10:58
Compare
Choose a tag to compare
  • fixed a grid system bug related to .bf-col-3 and bf-col-4 utilities
  • added an utilities reference table in README.md
  • added UNPKG CDN in README.md

npm update

22 Jul 20:11
Compare
Choose a tag to compare

This release fixes a bug in the npm publish updating process.

deprecated

22 Jul 20:09
Compare
Choose a tag to compare

This version is deprecated due an error in the npm publish process.

Minor fixes and improvements

22 Jul 19:33
Compare
Choose a tag to compare
  • fix "What's included" and "Gulp.js" sections in README.md
  • fix JSDelivr package.json settings
  • minor code improvements

Grid system and utilities changes, tables and under-the-hood improvements

22 Jul 18:08
Compare
Choose a tag to compare
  • changed grid system container max-width to match Bootstrap Grid (now is 1140px + gutters)
  • chanced margin/padding utilities naming
  • added refinements to .bf-table and .bf-table-responsive utilities
    • added zebra striping utility
  • added more font-weight utilities
  • added more width-related utilities
  • changed JSDelivr CDN paths from GitHub to npm
  • updated screenshots and screencasts files
  • added GitHub, Gulp, npm and Sass minor improvements

Grid system improvements, <datalist>, <progress>, and dark scroll bars

22 Jul 18:04
Compare
Choose a tag to compare
  • changed grid gutter width to match Bootstrap Grid
  • added support for RTL 12
  • added datalist normalization 13
  • added progress normalization
  • added dark theme scrollbars normalization
  • added webkit/blink/gecko/trident screenshots/screencasts
  • added quick overview of the utilities in README.md
  • added more examples in index.html
  • added SCSS file structure improvements
  • added responsive typography improvements
  • added form states (e.g. :invalid) improvements #14
  • added prefers-reduced-motion: reduce improvements
  • added line-height improvements
  • added font-weight improvements

CDN and <video> fixes

23 May 20:16
Compare
Choose a tag to compare
  • fixed broken CDN URL paths (#6)
  • fixed video width bug (#10)
  • fixed contributing and code_of_conduct broken links and missing content

CSS boilerplate to SCSS framework

23 May 20:18
Compare
Choose a tag to compare
  • CSS to SCSS (Sass architecture refactoring)
  • added gulp.js file processing
  • added CSS BEM syntax
  • added npm
  • added CDN
  • added Dark mode
  • added new test page
  • added HTML snippets
  • added screenshots
  • added extended browser compatiblity list
  • added proxy browsers support
  • added logo
  • added travis CI
  • added utility classes isolation
  • added reduced motion support
  • added responsive typography
  • added custom select
  • added custom radios and checkboxes
  • added much more information in README.md
  • added CONTRIBUTING.md
  • added CODE_OF_CONDUCT.md
  • ...and much more!

system-ui font stack

06 Jul 15:20
Compare
Choose a tag to compare
add extensive system UI font (+ Linux OS)

kudos to https://www.30secondsofcode.org/css/s/system-font-stack/ @30-seconds