* Fix all stylelint errors For any errors that fixing would require changing the output of the css disable stylelint for that line instead of modifying. * Update quality.py Make stylelint quality check pass when there are no errors * Delete empty selectors
24 lines
484 B
SCSS
24 lines
484 B
SCSS
// ------------------------------
|
|
// // Open edX Certificates: Base
|
|
|
|
// About: Base resets and definitons (using shared resources from elements when appropriate).
|
|
|
|
// ------------------------------
|
|
// #RESET
|
|
// ------------------------------
|
|
|
|
// ------------------------------
|
|
// #BASE
|
|
// ------------------------------
|
|
html,
|
|
body {
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
background: $white;
|
|
}
|
|
|
|
// ------------------------------
|
|
// #TYPOGRAPHY
|
|
// ------------------------------
|