Back to Showdoc

CodeMirror

Public/editor.md/lib/codemirror/mode/sass/index.html

3.8.3412 B
Original Source

Sass mode

// Variable Definitions $page-width: 800px $sidebar-width: 200px $primary-color: #eeeeee // Global Attributes body font: family: sans-serif size: 30em weight: bold // Scoped Styles #contents width: $page-width #sidebar float: right width: $sidebar-width #main width: $page-width - $sidebar-width background: $primary-color h2 color: blue #footer height: 200px

MIME types defined: text/x-sass.