Skip to content

Commit 5b295c1

Browse files
authored
Merge pull request #3901 from shaedrich/css-framework
Add topic "CSS Framework"
2 parents 92091ae + f9f6494 commit 5b295c1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

topics/css-framework/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
display_name: CSS Framework
3+
short_description: CSS Frameworks usually offer one or more stylesheets with basic styling/generic components, and many of them use preprocessors.
4+
topic: css-framework
5+
related: css, bootstrap, tailwind, zurb-foundation
6+
wikipedia_url: https://en.wikipedia.org/wiki/CSS_framework
7+
---
8+
**CSS Frameworks** offer one or multiple stylesheets from basic styling to generic components to some extent, including but not limited to
9+
* Reboot (aka "Preflight")
10+
* Layout (often times "Grid")
11+
* Forms, Tables, etc.
12+
* [Typography](https://github.com/topics/typography)
13+
* [Responsiveness](https://github.com/topics/responsive) (often times including breakpoints and [viewport](https://github.com/topics/viewport))
14+
15+
They often have their own class notation and many use [preprocessors](https://github.com/topics/css-preprocessor) like [Sass](https://github.com/topics/sass), [Less](https://github.com/topics/less) or [Stylus](https://github.com/topics/stylus).

0 commit comments

Comments
 (0)