forked from RocketChat/Rocket.Chat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NEW] postcss parser and cssnext implementation (RocketChat#6982)
* 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
- Loading branch information
Showing
34 changed files
with
5,926 additions
and
4,057 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,6 @@ [email protected] | |
[email protected] | ||
[email protected] | ||
spacebars | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
|
||
|
@@ -172,3 +171,4 @@ underscorestring:underscore.string | |
yasaricli:slugify | ||
yasinuslu:blaze-meta | ||
deepwell:bootstrap-datepicker2 | ||
rocketchat:postcss |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -182,6 +182,7 @@ rocketchat:[email protected] | |
rocketchat:[email protected] | ||
rocketchat:[email protected] | ||
rocketchat:[email protected] | ||
rocketchat:[email protected] | ||
rocketchat:[email protected] | ||
rocketchat:[email protected] | ||
rocketchat:[email protected] | ||
|
@@ -231,7 +232,6 @@ smoral:[email protected] | |
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
steffo:[email protected] | ||
tap:[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"plugins": { | ||
"postcss-smart-import": {}, | ||
"postcss-cssnext": { | ||
"browsers": [ | ||
"ie > 10", | ||
"last 2 Edge versions", | ||
"last 2 Firefox versions", | ||
"last 1 FirefoxAndroid versions", | ||
"last 2 Chrome versions", | ||
"last 1 ChromeAndroid versions", | ||
"last 2 Safari versions", | ||
"last 2 Opera versions", | ||
"last 2 iOS versions", | ||
"last 1 Android version" | ||
] | ||
} | ||
}, | ||
"excludedPackages": ["deepwell:bootstrap-datepicker2", "smoral:sweetalert"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
packages/rocketchat-theme/client/vendor/fontello/css/fontello.css | ||
packages/meteor-autocomplete/client/autocomplete.css |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.