-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update README #116
Update README #116
Conversation
- customPropertiesConfig: object config passed to `postcss-custom-properties` | ||
|
||
- colorModConfig: object config passed to `postcss-color-mod` | ||
|
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.
I think a few other options were added too on #33. Can we also add those, or do we want to add them through another PR?
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.
I'll open a draft ticket on the board and assign myself for a follow-up after I'm done with plausible
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.
Actually, for now I'll add a super-basic list so we at least have them. I'll leave the ticket for more elaboration later.
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.
Just added the new commands and some more elaboration on others. Still needs some work, but it'll serve as a base.
README.md
Outdated
|
||
- customPropertiesConfig: object config passed to `postcss-custom-properties` | ||
This function will be used to |
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.
I believe this is incomplete.
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.
🤦
filesystem: Joi.boolean().default(true), | ||
glossaryDirectory: Joi.string().default( | ||
glossaryPath: Joi.string().default( | ||
path.resolve('content', 'docs', 'user-guide', 'basic-concepts') |
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.
incomplete rename from before
* Remove unused options from README and plugin options schema * Add new options to the README and actually indent the default options * Fix formatting and make Default always on top * Move README * Finish incomplete item and make postCssPlugins block behave with linter * Add main header and intro blurb
This PR has a few goals
pluginOptionsSchema
fixes #118, but just barely. We can probably do with more elaboration and formatting.