rusty1s/react-dev-config

View on GitHub
demo/src/components/Button/button.css

Summary

Maintainability
Test Coverage

@import prevents parallel downloads, use <link> instead.
Open

@import '../../globals/theme';

Duplicate property 'color' found.
Open

    color: white;

Duplicate property 'box-shadow' found.
Open

    box-shadow: none;

Outlines should only be modified using :focus.
Open

.main {

Rule doesn't have all its properties in alphabetical order.
Open

.main {

There are no issues that match your filters.

Category
Status