-
Notifications
You must be signed in to change notification settings - Fork 10
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
Use initize #22
Comments
Ok. I'll implement it on the weekend. @iamstarkov already told me about his great project, but until this moment I had no time for it. Thank U for the suggestion. |
Looks like |
thats correct, though i will publish it soon |
if const postcss = require('postcss');
const initial = require('postcss-initial');
const initize = require('initize');
const basic = {
'font-family': 'Arial, sans-serif',
'text-align': 'left',
'quotes': `"“" "”" "‘" "’"`,
'color': 'black',
'outline-color': 'black',
}
const appInitize = Object.assign({}, initize, basic);
postcss([
initial({ reset: appInitize })
]); |
and if i would be you, i will clearly declare that its not custom |
Unclear which concrete issues this change would solve. |
@iamstarkov created good list of initial values: https://github.com/iamstarkov/initize
We need to use it. @maximkoretskiy write me if youneed help with it.
The text was updated successfully, but these errors were encountered: