mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Don’t name SASS files with underscores
Underscores at the start of filenames are a convention that’s supposed to tell a preprocessor to ignore a file. Since we’re explicitly specifying which files need to be preprocessed, this isn’t necessary. Also, it makes SASS lint throw a warning.
This commit is contained in:
@@ -47,7 +47,7 @@ $path: '/static/images/';
|
|||||||
@import 'components/browse-list';
|
@import 'components/browse-list';
|
||||||
@import 'components/email-message';
|
@import 'components/email-message';
|
||||||
@import 'components/api-key';
|
@import 'components/api-key';
|
||||||
@import "components/_previous-next-navigation";
|
@import 'components/previous-next-navigation';
|
||||||
|
|
||||||
@import 'views/job';
|
@import 'views/job';
|
||||||
@import 'views/edit-template';
|
@import 'views/edit-template';
|
||||||
|
|||||||
Reference in New Issue
Block a user