-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: adding stylelint #364
Conversation
|
✅ Deploy Preview for outlinejs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
New dependency changes detected. Learn more about Socket for GitHub ↗︎ 👍 No new dependency issues detected in pull request Bot CommandsTo ignore an alert, reply with a comment starting with Pull request alert summary
📊 Modified Dependency Overview:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please note, these changes currently on working on Outline itself. We will need to port/extend a solution to outline-templates
to make this "complete", and to ensure all projects are utilizing this methodology and this configuration.
using prettier instead |
Description
CSS structure is very different between components / projects.
We should add
stylelint
(used by Drupal core - https://www.drupal.org/node/2868114) to organize CSS files.@todo, we should rename the extension of all source CSS files to
pcss.css
, then it's easier to target these files (vs. compiled CSS file which would be.css
.Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist