Difference between revisions of "CSS framework"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "A '''CSS framework''' is a pre-prepared software framework that are meant to allow for easier, more standards-compliant web design using the Cascading Style Sheets lan...")
 
(Features)
 
Line 31: Line 31:
  
 
Bigger frameworks use a CSS interpreter like LESS or SASS.
 
Bigger frameworks use a CSS interpreter like LESS or SASS.
 +
 +
== See also ==
 +
 +
* [[Baseguide]]
 +
* [[Bootstrap (framework)]]
 +
* [[BoxySheets]]
 +
* [[Cascade Framework]]
 +
* [[Cascade Framework Light]]
 +
* [[Chopstick]]
 +
* [[Concise]]
 +
* [[Flexify]]
 +
* [[floatz]]
 +
* [[Foundation]]
 +
* [[Ink]]
 +
* [[inuitcss]]
 +
* [[Kathamo]]
 +
* [[Kube]]
 +
* [[Kule Lazy]]
 +
* [[Material Design Lite]]
 +
* [[Materialize]]
 +
* [[Modest Grid]]
 +
* [[Pure CSS]]
 +
* [[Responsee]]
 +
* [[Responsive BP]]
 +
* [[Responsive Grid System]]
 +
* [[Schema UI / Built with LESS]]
 +
* [[Semantic UI]]
 +
* [[Sierra SCSS Library]]
 +
* [[Tacit]]
 +
* [[uikit]]
 +
* [[Unsemantic]]
 +
* [[Visual Component Library]] (VCL)
 +
* [[W3.CSS]]
 +
* [[Wee]]
 +
 +
== External links ==
 +
 +
* [https://en.wikipedia.org/wiki/CSS_frameworks CSS frameworks] @ Wikipedia
  
  
 
[[Category:Cascading Style Sheets]]
 
[[Category:Cascading Style Sheets]]
 
[[Category:CSS frameworks]]
 
[[Category:CSS frameworks]]

Latest revision as of 12:57, 9 May 2016

A CSS framework is a pre-prepared software framework that are meant to allow for easier, more standards-compliant web design using the Cascading Style Sheets language.

Description

Most of these frameworks contain at least a grid.

More elaborate frameworks provide JavaScript-based features, but are mostly design oriented and unobtrusive.

A JavaScript framework, by comparison, is more computer programming-oriented.

Bootstrap and Foundation

Two notable and widely used examples are Bootstrap and Foundation.

Features

CSS frameworks offer various features:

Bigger frameworks use a CSS interpreter like LESS or SASS.

See also

External links