Skip to content

Instantly share code, notes, and snippets.

View cwg999's full-sized avatar

Cody W. Geisler cwg999

View GitHub Profile
# usage:
# packages:
# living_room_controls: !include
# file: shared_living-room-controls.yaml
# vars:
# light_entity: light.living_kitchen_lights
# media_player_entity: media_player.living_room
# light_sensor_entity: sensor.living_room_presence_sensor_light_sensor_light_level_2
# temperature_entity: sensor.living_room_temperature_humidity_sensor_temperature
# ac_entity: climate.living_room_ac
@addyosmani
addyosmani / README.md
Last active June 11, 2025 08:06 — forked from 140bytes/LICENSE.txt
108 byte CSS Layout Debugger

CSS Layout Debugger

A tweet-sized debugger for visualizing your CSS layouts. Outlines every DOM element on your page a random (valid) CSS hex color.

One-line version to paste in your DevTools

Use $$ if your browser aliases it:

~ 108 byte version