Whoa, neat. I’m very sorry that I’ve forgotten the context. Would you help me remember?
Chris Watson
@cwonrails
No problem, in an earlier discussion about using normalize with webpack I said webpack 2 would be making major changes
Jonathan Neal
@jonathantneal
Ah, I remember that now.
Jonathan Neal
@jonathantneal
Thanks all for the great contirbutions to normalize.css v4. If you have a minute, I’m looking for full-time opportunities, and I sure would appreciate a shout out or a retweet. https://twitter.com/jon_neal/status/745672465708265475
Joe
@JFSene
i love normalize.css
Jonathan Neal
@jonathantneal
:D
Cyril de Wit
@cyrildewit
Is it possible that you can add a normalize.scss file to the repi
Ohh sorry
Jonathan Neal
@jonathantneal
:)
Thierry Koblentz
@thierryk
@all what if we favored currentColor over inherit when we deal with color? What'd be the difference exactly? See necolas/normalize.css#617
Kiran Kumar Chirravuri
@kiran-nani
Hai there , I am not familiar with normalize.css, could any one take me to a tour of normalize.css.
alexts1993
@alexts1993
hi
G Naga Subrahmanyam
@GNSubrahmanyam
Hi All
Jonathan Neal
@jonathantneal
heyo
Haddag Abdelkader
@HaddagAbdelkader
Is normalize free for commercial use to be included into a (commercial) front-end framework?
Jonathan Neal
@jonathantneal
@HaddagAbdelkader, the license is MIT. That’s typically compatible with what you’re saying.
Haddag Abdelkader
@HaddagAbdelkader
Thank you. 😊👏
Sergey
@Safe-Mode
Hi, guys! How can I include normalize through gulp? I type to consol npm install --save normalize.css and what else?
Jonathan Neal
@jonathantneal
How are you including it on your page? Direct <link> ? Bundled into existing compiled CSS?
Sergey
@Safe-Mode
@jonathantneal bundle into compilled css
_
Jonathan Neal
@jonathantneal
@Safe-Mode, what do you use to bundle? Sass?
Sergey
@Safe-Mode
Sass
Jonathan Neal
@jonathantneal
You can do something like npm install normalize.css --save and then use something like @import "node_modules/normalize.css/normalize"; in your Sass manifest file.
Sergey
@Safe-Mode
by the way it doesn't matter at all) I've got stylelint that doesn't access vendor prefixes in sass files and I don't want fix it manually)
@jonathantneal thnx a lot)
Jonathan Neal
@jonathantneal
Could you tell stylelint to ignore the node_modules directory?
It probably should anyway since you’d have no idea what’s in there.
Sergey
@Safe-Mode
@jonathantneal no, I should use stylelint from my company. There no exclusions for normalize
Jonathan Neal
@jonathantneal
So, the concern is that stylelint will see normalize.css in node_modules and flag it for the vendor prefixes?
Sergey
@Safe-Mode
@jonathantneal I have checked, it's only watch to sass folder, it's alright)
Jonathan Neal
@jonathantneal
Then you should be good to go, yea? :)
Sergey
@Safe-Mode
@jonathantneal I'm good enough to go)
Slim Hmidi
@slim-hmidi
hi
Jonathan Neal
@jonathantneal
Hey
Slim Hmidi
@slim-hmidi
Actually I have a point to be discussed about an spin arrow box. I open an issue about that #752.
I don't know if the feature could be token into consideration into normalize or not, so I want to get any suggestions, point of view or clarification about this issue if I'm wrong
Jonathan Neal
@jonathantneal
Removing browser defaults is not really a normalization.
Slim Hmidi
@slim-hmidi
so this feature should be added as style in a different css file to take into consideration the change
Jonathan Neal
@jonathantneal
It would not be added, because it doesn’t normalize browser behavior.