Skip to content

Commit

Permalink
add media query to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartaccent committed Jun 2, 2024
1 parent 91a865c commit b095698
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ For example usage see the [examples](./examples) directory that include:

* [CSS resets](./examples/css-resets) - A simple example collection of css resets.
* [Templ integration](./examples/integration-templ) - An example of how to load styles from gcss with the [templ](https://templ.guide) package.
* [Media queries](./examples/media-queries) - An example of how to use media queries.
* [Themed CSS using multiple HTTP handlers](./examples/themed-multiple-http-handlers) - An example of how to use multiple http handlers to serve different themes.
* [Themed CSS using a single HTTP handler](./examples/themed-single-http-handler) - An example of how to use a single http handler to serve different themes using media queries.
* [Write to a file](./examples/to-file) - An example of how to write to a file.
Expand Down

0 comments on commit b095698

Please sign in to comment.