monks/outline_width
The CSS outline-width property sets the thickness of an element’s outline. An outline is a line that is drawn around an element, outside the {{cssxref(“border”)}}.
Values
pub fn length(value: monks_of_style.Length) -> #(String, String)
length value of outline-width
pub const medium: #(String, String)
- : Depends on the user agent. Typically equivalent to
3pxin desktop browsers (including Firefox).
pub const revert_layer: #(String, String)
pub const thick: #(String, String)
- : Depends on the user agent. Typically equivalent to
5pxin desktop browsers (including Firefox).
pub const thin: #(String, String)
- : Depends on the user agent. Typically equivalent to
1pxin desktop browsers (including Firefox).