Portal SCSS : restore @extend inside @media, because this gives no error and do the job with scssphp lib

SVN:trunk[5105]
This commit is contained in:
Pierre Goiffon
2017-10-27 08:56:59 +00:00
parent 1fed66fff3
commit 1fbbfd1063
2 changed files with 5024 additions and 5953 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -6075,7 +6075,11 @@ label {
/* Small fields */ /* Small fields */
.form-group.form_group_small{ .form-group.form_group_small{
/* /*
error : You may not @extend an outer selector from within @media. You may only @extend selectors within the same directive. TODO : the PHPStorm file watcher throws the below error when compiling this :
You may not @extend an outer selector from within @media.
You may only @extend selectors within the same directive.
Install procedure on PHPStorm : https://www.jetbrains.com/help/phpstorm/compiling-sass-less-and-scss-to-css.html#d364590e140
*/
@extend .row; @extend .row;
.form_field_label{ .form_field_label{
@@ -6084,7 +6088,6 @@ label {
.form_field_control{ .form_field_control{
@extend .col-sm-9; @extend .col-sm-9;
} }
*/
} }
/* CKEditor */ /* CKEditor */
div.cke .cke_contents{ div.cke .cke_contents{