Parcel CSS: A new CSS parser, compiler, and minifier
1–10 of 129 posts
Re: Parcel CSS: A new CSS parser, compiler, and minifier
#2I'm really not sure.
Re: Parcel CSS: A new CSS parser, compiler, and minifier
#3What does it mean to compile CSS? Pack multiple files into one? Resolve and inline variables? Convert nested rules into flat CSS? Something else? I'm really not sure.
Re: Parcel CSS: A new CSS parser, compiler, and minifier
#4What does it mean to compile CSS? Pack multiple files into one? Resolve and inline variables? Convert nested rules into flat CSS? Something else? I'm really not sure.
Re: Parcel CSS: A new CSS parser, compiler, and minifier
#5What does it mean to compile CSS? Pack multiple files into one? Resolve and inline variables? Convert nested rules into flat CSS? Something else? I'm really not sure.
> Parcel CSS has significantly better performance than existing tools, while also improving minification quality. In addition to minification, Parcel CSS handles compiling CSS modules, tree shaking, automatically adding and removing vendor prefixes for your browser targets, and transpiling modern CSS features like nesting, logical properties, level 4 color syntax, and much more.
Re: Parcel CSS: A new CSS parser, compiler, and minifier
#6What does it mean to compile CSS? Pack multiple files into one? Resolve and inline variables? Convert nested rules into flat CSS? Something else? I'm really not sure.
> Parcel CSS handles compiling CSS modules, tree shaking, automatically adding and removing vendor prefixes for your browser targets, and transpiling modern CSS features like nesting, logical properties, level 4 color syntax, and much more.
Re: Parcel CSS: A new CSS parser, compiler, and minifier
#7What does it mean to compile CSS? Pack multiple files into one? Resolve and inline variables? Convert nested rules into flat CSS? Something else? I'm really not sure.
Re: Parcel CSS: A new CSS parser, compiler, and minifier
#8Re: Parcel CSS: A new CSS parser, compiler, and minifier
#9Re: Parcel CSS: A new CSS parser, compiler, and minifier
#10What does it mean to compile CSS? Pack multiple files into one? Resolve and inline variables? Convert nested rules into flat CSS? Something else? I'm really not sure.
Had you taken the time to open the link, the 2nd paragraph states their capabilities succinctly: > Parcel CSS has significantly better performance than existing tools, while also improving minification quality. In addition to minification, Parcel CSS handles compiling CSS modules, tree shaking, automatically adding and removing vendor prefixes for your browser targets, and transpiling modern CSS features like nesting…