Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/impressivewebs/css-values
A PWA that allows you to search for any CSS property to get a quick reference on possible values and browser support.
https://github.com/impressivewebs/css-values
cascading-style-sheets css css-reference pwa
Last synced: about 1 month ago
JSON representation
A PWA that allows you to search for any CSS property to get a quick reference on possible values and browser support.
- Host: GitHub
- URL: https://github.com/impressivewebs/css-values
- Owner: impressivewebs
- Created: 2012-09-04T07:02:04.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-12-02T23:26:30.000Z (about 4 years ago)
- Last Synced: 2024-05-02T04:22:21.741Z (8 months ago)
- Topics: cascading-style-sheets, css, css-reference, pwa
- Homepage: https://cssvalues.com
- Size: 2.93 KB
- Stars: 25
- Watchers: 2
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# [CSS Values](https://cssvalues.com)
CSS Values is a simple single page web app (SPA) that lets you search for almost any CSS property and get a simple list of possible values.
**Now newly updated for 2020 with all CSS properties and values!**
This GitHub repo does not have the code from the app, but will be used to report bugs, errors, omissions, incomplete info, etc. Below you'll find a description of how to use the app:
* Type a CSS property name into the box. The page will automatically update as you type.
* Add a space after the full property name to avoid multiple results for certain keywords (e.g. "width ").
* Each property has a "Load Browser Support" button. The loaded [caniuse.com](https://caniuse.com/) data represents basic support for the property itself and doesn't include each possible value or context (e.g. flex vs. grid context). No support data? That means there is no MDN article (feel free to create one!).
* Try some of the pre-defined filters in the navigation. All selected or typed filters will display the filtered properties in a menu on the right.
* CSS Values is now installable as a Progressive Web App (PWA) with offline capability on Chromium-based browsers. iOS also allows installing, but the offline capability doesn't seem to work on there.
* The first value listed for each property is the initial/default value for that property.
* Values in angle brackets (e.g. ``) are linked to the spec, where it describes how they're written.
* The generic keyword values `inherit`, `initial`, and `unset` are omitted to avoid repetition.