Description
Motivation and Context
Fixes
[Jira ticket](https://lumenlearning.atlassian.net/browse/)
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Document</title> | |
</head> | |
<body> | |
</body> |
[Jira ticket](https://lumenlearning.atlassian.net/browse/)
// Visually hide an element while allowing it to still be utlized by a screenreader | |
.u-sr-only { | |
border: 0; | |
clip: rect(0 0 0 0); | |
overflow: hidden; | |
margin: -1px; | |
padding: 0; | |
position: absolute !important; | |
height: 1px; | |
width: 1px; |
I hereby claim:
To claim this, I am signing this object:
node_modules |
// REM + PX Fallback | |
// Developed by Hugo Giraudel (@HugoGiraudel) | |
// Inspired by Hans Christian Reini (@drublic) | |
// Refined by Moving Primates (@movingprimates) & James Kyle (@thejameskyle) | |
$root-font-size: 16; | |
@function parseInt($n) { | |
@return $n / ($n * 0 + 1); | |
} |
module PaginateHelper | |
class LinkRenderer < WillPaginate::ActionView::LinkRenderer | |
protected | |
def html_container(html) | |
tag(:nav, tag(:ol, html, class: "pagination-list"), class: "pagination", role: "navigation", "aria-label": "pagination navigation") | |
end | |
def previous_or_next_page(page, text, classname) | |
if page |
NOTE Just like with Angular, pay attention to versioning when reading opinions and tutorials! One easy marker: If they’re writing about or explaining signals, that’s an older version of Elm!
Highcharts.setOptions({ | |
lang: { | |
thousandsSep: ',' | |
} | |
}); |