diff options
author | Frédéric Guillot <fred@kanboard.net> | 2019-07-25 11:16:21 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2019-07-25 11:16:21 -0700 |
commit | 9ae185c18eb06e3ce7e2daea0c61e6f6478bdca9 (patch) | |
tree | ace22189e031f7f78639f743a872d86c3a65eda0 /assets/sass/_markdown_editor.sass | |
parent | 2bf0f99b519aec5b2068a689a8051d88154e3850 (diff) |
Remove dependency on Sass
- Convert *.sass files to vanilla CSS
- Start using CSS variables
- Add PHP minifier
Diffstat (limited to 'assets/sass/_markdown_editor.sass')
-rw-r--r-- | assets/sass/_markdown_editor.sass | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/assets/sass/_markdown_editor.sass b/assets/sass/_markdown_editor.sass deleted file mode 100644 index ac25101e..00000000 --- a/assets/sass/_markdown_editor.sass +++ /dev/null @@ -1,22 +0,0 @@ -@import variables - -.text-editor - margin-top: 10px - a - font-size: size('normal') - color: color('light') - text-decoration: none - margin-right: 10px - &:hover - color: link-color('primary') - .text-editor-preview-area - border: 1px solid color('lighter') - width: 700px - max-width: 99% - height: 250px - overflow: auto - padding: 2px - textarea - width: 700px - max-width: 98% - height: 250px
\ No newline at end of file |