Skip to content

Commit bfc3e38

Browse files
authored
Add topic "CSS Framework"
1 parent 02718cf commit bfc3e38

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
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 offer one or multiple stylesheets with basic styling to generic components to some extend, often times have their own class notation 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 with basic styling to generic components to some extend, 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 times have their own class notation and many of them use [preprocessors](https://github.com/topics/css-preprocessor) like [Sass](https://github.com/topics/sass), [Less](https://github.com/topics/less) oder [Stylus](https://github.com/topics/stylus).

0 commit comments

Comments
 (0)