-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
3.2, 3.3.4, 3.4.1
-
MOODLE_32_STABLE, MOODLE_33_STABLE, MOODLE_34_STABLE
-
MDL-58610-invalid-scss
select[size=1] {
|
overflow: visible;
|
}
|
The above code is present in theme/boost/scss/moodle/forms.scss file.
It's invalid CSS and SCSS according to online validators, the correct version would have the 1 inside quotes.
I noticed because I was using the scss compiler provided by npm to pre-complie my .scss files to find errors when I saved my files and it threw an error on this line.
I guess it could also be reported upstream to the PHP Sass compiler library?
- duplicates
-
MDL-61394 Add an experimental feature to allow the use of SassC for scss compilation
-
- Closed
-