Add a stylesheet for automatically applying default Ink styles.

Review Request #13589 — Created Feb. 28, 2024 and submitted

Information

Ink
master

Reviewers

This introduces the "auto" stylesheet, which automatically applies some
Ink styles to the main document. Normally, Ink doesn't affect any page
styles, limiting itself to its own components. The auto stylesheet is an
opt-in way of using those styles throughout more of the page.

There isn't a lot here yet, just standard colors and fonts. More styles
will be introduced in the future.

The auto stylesheet is provided as @beanbag/ink/lib/ink-auto.css.

Made use of this in some test code. Verified the correct styling.

Summary ID
Add a stylesheet for automatically applying default Ink styles.
This introduces the "auto" stylesheet, which automatically applies some Ink styles to the main document. Normally, Ink doesn't affect any page styles, limiting itself to its own components. The auto stylesheet is an opt-in way of using those styles throughout more of the page. There isn't a lot here yet, just standard colors and fonts. More styles will be introduced in the future.
0234887df10cabfd4ea544a59cfd7b916ddc21f4
david
  1. Ship It!
  2. 
      
maubin
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (5db92c9)
Loading...