- 🇦🇹Austria klausi 🇦🇹 Vienna
Note that CSS support has been removed from Coder. To check and fix CSS files please use Stylelint and use the Drupal core .stylelintrc.json configuration file.
I've the following code:
.navbar-default .secondary > .active > a, .navbar-default .secondary > .active > a:hover, .navbar-default .secondary > .active > a:focus{
color: #56AED8; /*Sets the text hover color on navbar*/
text-shadow: none;
/* background-image: none; */
box-shadow: none;
/* background-color:#ffffff; */
-webkit-box-shadow: 0px 0px;
}
Based on above comments like:
- /*Sets the text hover color on navbar*/
- /* background-color:#ffffff; */
are not formatted at all.
Is it bug, or this hasn't been implemented yet?
Testing command: phpcbf --standard=Drupal css/
Closed: won't fix
2.0
Coder Sniffer
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Note that CSS support has been removed from Coder. To check and fix CSS files please use Stylelint and use the Drupal core .stylelintrc.json configuration file.