Skip to content
Snippets Groups Projects
  • Karl Prieb's avatar
    9e14767e
    [NEW] postcss parser and cssnext implementation (#6982) · 9e14767e
    Karl Prieb authored
    * rocketchat:postcss parser and cssnext implementation
    
    * convert forms, keygrames and reset to cssnext
    
    * convert rtl to cssnext
    
    * convert base.less to cssnext
    
    * convert base.less to cssnext
    
    * fix * selector
    
    * try to fix tests
    
    * add css browser support
    
    * remove duplicated test
    
    * remove duplicated get
    
    * skip fileupload test
    
    * fix tests
    
    * skip fileupload tests
    
    * Try to fix tests
    
    * try to fix the test
    
    * test
    
    * vai que vai
    
    * fix wrong commit
    
    * try again
    
    * try some more
    
    * try to fix tests
    
    * skip the failing tests
    
    * skip last test
    
    * fix stylelint
    
    * stylelint
    
    * fix height calc
    
    * skip sweetalert tests again
    
    * skip more sweetalert tests
    9e14767e
    History
    [NEW] postcss parser and cssnext implementation (#6982)
    Karl Prieb authored
    * rocketchat:postcss parser and cssnext implementation
    
    * convert forms, keygrames and reset to cssnext
    
    * convert rtl to cssnext
    
    * convert base.less to cssnext
    
    * convert base.less to cssnext
    
    * fix * selector
    
    * try to fix tests
    
    * add css browser support
    
    * remove duplicated test
    
    * remove duplicated get
    
    * skip fileupload test
    
    * fix tests
    
    * skip fileupload tests
    
    * Try to fix tests
    
    * try to fix the test
    
    * test
    
    * vai que vai
    
    * fix wrong commit
    
    * try again
    
    * try some more
    
    * try to fix tests
    
    * skip the failing tests
    
    * skip last test
    
    * fix stylelint
    
    * stylelint
    
    * fix height calc
    
    * skip sweetalert tests again
    
    * skip more sweetalert tests
.editorconfig 310 B
# EditorConfig is awesome: http://EditorConfig.org

root = true

[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.{js,coffee,html,less,css,json}]
indent_style = tab

[*.i18n.json]
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false