A10 Bootstrap v0.0.1
This is a collection of Bootstrap, and custom, modules that have been created for use in A10 Networks User Interfaces throughout the web. Everything that exists in the Bootstrap framework is readily available, it has just been carefully tweaked and modified in order to give it a fresh feel while still maintaining it’s funadmental essence. It’s built on Sass.
In addition to the Bootstrap framework, there’ve been numerous utilities added to
easily tweak elements of a user interface without muddying up
CSS Specificity. This front end framework
leverages the principles of OOCSS, however it’s
recommended
to create custom @mixin
s in order to avoid bloated markup in your views.
Designed with efficiency in mind
The minified bootstrap wrapper CSS file, a10.min.css, weighs in at 31.2KB gzipped (153KB total). Additionally, all style resources are concatenated into a single file so that only one HTTP request is made, ridding a lot of overhead in page loads.