stable

Clone or download

Read-only

request #11283 Avoid CSS build error during npm run build

This contribution aims to remove all the error like "Error: It's not clear which file to import for '@import "../../default/css/style"'." The provided solution is to add the .scss file extension in the import. Change-Id: I76d19b6c7ddcd45a75c369bf4ae0c6d92b9c3401

Modified Files

Name
M plugins/agiledashboard/www/themes/FlamingParrot/css/style.scss +1 −1 Go to diff View file
M plugins/frs/www/themes/FlamingParrot/css/style.scss +1 −1 Go to diff View file
M plugins/openidconnectclient/www/themes/FlamingParrot/css/style.scss +1 −1 Go to diff View file
M plugins/svn/www/themes/FlamingParrot/css/style.scss +1 −1 Go to diff View file
M plugins/tracker/www/themes/FlamingParrot/css/style.scss +1 −1 Go to diff View file