Skip to content

Commit

Permalink
Merge pull request #3901 from shaedrich/css-framework
Browse files Browse the repository at this point in the history
Add topic "CSS Framework"
  • Loading branch information
kenyonj committed Sep 15, 2023
2 parents 92091ae + f9f6494 commit 5b295c1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions topics/css-framework/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
display_name: CSS Framework
short_description: CSS Frameworks usually offer one or more stylesheets with basic styling/generic components, and many of them use preprocessors.
topic: css-framework
related: css, bootstrap, tailwind, zurb-foundation
wikipedia_url: https://en.wikipedia.org/wiki/CSS_framework
---
**CSS Frameworks** offer one or multiple stylesheets from basic styling to generic components to some extent, including but not limited to
* Reboot (aka "Preflight")
* Layout (often times "Grid")
* Forms, Tables, etc.
* [Typography](https://github.com/topics/typography)
* [Responsiveness](https://github.com/topics/responsive) (often times including breakpoints and [viewport](https://github.com/topics/viewport))

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 comments on commit 5b295c1

Please sign in to comment.